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