Uint64Array extension
- @Since('2.13')
Properties
- elements → Uint64List
-
Available on Array<
A list view of the bytes of this array.Uint64> , provided by the Uint64Array extensionno setter
Operators
-
operator [](
int index) → int -
Available on Array<
Loads a Dart value from this array atUint64> , provided by the Uint64Array extensionindex
. -
operator []=(
int index, int value) → void -
Available on Array<
Stores a Dart value in this array atUint64> , provided by the Uint64Array extensionindex
.