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