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
fromPtr
Properties
hashCode
length
ptr
runtimeType
Methods
delete
noSuchMethod
toString
Operators
operator ==
Array<
T extends NativeType
>
constructor
Array<
T extends NativeType
>
(
dynamic
length
,
[
Pointer
<
T
>
allocate
(
{
int
count
}
) =
ffi.allocate
]
)
Implementation
Array(this.length, [Allocator allocate = ffi.allocate]) : ptr = allocate<T>(count: length);