BorshList<T> class
List
An annotation for dynamically sized arrays.
@BorshList(BorshInt64())
final List<int> property;
- Inheritance
-
- Object
- BorshAnnotation<
List< T> > - BorshList
Constructors
-
BorshList.new(BorshAnnotation<
T> subtype) -
Creates an annotation for a dynamically sized array.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
subtype
→ BorshAnnotation<
T> -
The data type's annotation.
final
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