BorshArray<T> class
Array
An annotation for fixed-length arrays.
@BorshArray(BorshUint8(), 10)
final List<int> property;
- Inheritance
-
- Object
- BorshAnnotation<
T> - BorshArray
Constructors
-
BorshArray.new(BorshAnnotation<
T> subtype, int length) -
Creates an annotation for a fixed-length array.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- length → int
-
The number of items in the array.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
subtype
→ BorshAnnotation<
T> -
The subtype's codec.
finalinherited
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