dart:ffi
Array<T extends NativeType> class
A fixed-sized array of Ts.
- Inheritance
-
- Available Extensions
- Annotations
-
Constructors
- Array(int dimension1, [int dimension2, int dimension3, int dimension4, int dimension5])
const
factory
- Const constructor to specify Array dimensions in Structs.
- Array.multi(List<int> dimensions)
const
factory
- Const constructor to specify Array dimensions in Structs.
Properties
- hashCode → int
read-only, inherited
- The hash code for this object.
- runtimeType → Type
read-only, inherited
- A representation of the runtime type of the object.
Methods
- noSuchMethod(Invocation invocation) → dynamic
inherited
- Invoked when a non-existent method or property is accessed.
- toString() → String
inherited
- A string representation of this object.
Operators
- operator ==(Object other) → bool
inherited
- The equality operator.