Array<T extends NativeType>.fromPtr constructor

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

_view is the associated typed list of ptr

Implementation

Array.fromPtr(this.ptr, this._view);