Array<T extends NativeType> class

Represents a Pointer and its length.

Implementers
Available Extensions

Constructors

Array(dynamic length, [Pointer<T> allocate({int count}) = ffi.allocate])
Array.fromPtr(Pointer<T> ptr, dynamic length)

Properties

hashCode int
The hash code for this object. [...]
read-only, override
length → dynamic
final
ptr Pointer<T>
@doNotStore, final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

delete() → void
Frees ptr with ffi.free.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
override

Operators

operator ==(dynamic arr) bool
The equality operator. [...]
override