Array<T extends NativeType, L extends List<int>>.fromPtr constructor

const Array<T extends NativeType, L extends List<int>>.fromPtr(
  1. Pointer<T> ptr,
  2. L view
)

Implementation

const Array.fromPtr(this.ptr, this.view);