Array<T extends NativeType> class

Stores the ptr to an array and its length

Implementers
Available Extensions

Constructors

Array.fromPtr(Pointer<T> ptr, int length, [Allocator _allocator = ffi.malloc])

Properties

hashCode int
The hash code for this object.
no setterinherited
length int
final
ptr Pointer<T>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

free() → void
Frees ptr with _allocator.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited