BorshArraySized<T> class
Array Sized
An annotation for fixed-length arrays with sized data types.
@BorshArraySized(BorshInt64(), 10)
final List<int> property;
- Inheritance
-
- Object
- BorshAnnotation<
T> - BorshArraySized
- Implemented types
Constructors
-
BorshArraySized.new(BorshAnnotationSized<
T> subtype, int length) -
Creates an annotation for a fixed-length array with sized data types.
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
→ BorshAnnotationSized<
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