Array<T extends NativeType> class
final
A fixed-sized array of T
s.
- Implemented types
- Available extensions
- Annotations
-
- @Since('2.13')
Constructors
- Array(int dimension1, [int dimension2, int dimension3, int dimension4, int dimension5])
-
Annotation to specify Array dimensions in Structs.
constfactory
-
Array.multi(List<
int> dimensions) -
Annotation to specify Array dimensions in Structs.
constfactory
- Array.variable([int dimension2, int dimension3, int dimension4, int dimension5])
-
Annotation to specify a variable length Array in Structs.
constfactory
-
Array.variableMulti(List<
int> dimensions) -
Annotation to a variable length Array in Structs.
constfactory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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