Array<T extends NativeType, L extends List<int> >.fromPtr constructor
- Pointer<
T> ptr, - L view
Implementation
const Array.fromPtr(this.ptr, this.view);
const Array.fromPtr(this.ptr, this.view);