ffi_helper
ffi_helper
Arena
<
T extends NativeType
>
length property
length
ffi_helper
ffi_helper
Arena
<
T extends NativeType
>
length property
Arena class
Constructors
Arena
fromBuffer
Properties
buffer
freeSpace
hashCode
length
runtimeType
Methods
delete
newArray
noSuchMethod
toString
Operators
operator ==
length
property
int
length
Total length of allocated memory
Implementation
int get length => buffer.length;