ffi_helper
ffi_helper
Array
<
T extends NativeType
>
Array constructor
Array
ffi_helper
ffi_helper
Array
<
T extends NativeType
>
Array constructor
Array class
Constructors
Array
fromList
fromPtr
Properties
hashCode
ptr
runtimeType
untypedView
Methods
delete
noSuchMethod
toString
Operators
operator ==
Array<
T extends NativeType
>
constructor
Array<
T extends NativeType
>
(
int
length
,
GetView
<
T
>
getView
)
Implementation
Array(int length, GetView<T> getView) : this._(allocate<T>(count: length), length, getView);