AbiSpecificIntegerArray<T extends AbiSpecificInteger> extension
Bounds checking indexing methods on Arrays of AbiSpecificInteger.
- on
-
- Array<
T>
- Array<
- @Since('2.16')
Properties
-
elements
→ List<
int> -
Available on Array<
A list view of the bytes of this array.T> , provided by the AbiSpecificIntegerArray extensionno setter
Operators
-
operator [](
int index) → int -
Available on Array<
Loads a Dart value from this array atT> , provided by the AbiSpecificIntegerArray extensionindex
. -
operator []=(
int index, int value) → void -
Available on Array<
Stores a Dart value in this array atT> , provided by the AbiSpecificIntegerArray extensionindex
.