Uint8Array extension

Bounds checking indexing methods on Arrays of Uint8.

on
Annotations
  • @Since('2.13')

Properties

elements Uint8List

Available on Array<Uint8>, provided by the Uint8Array extension

A list view of the bytes of this array.
no setter

Operators

operator [](int index) int

Available on Array<Uint8>, provided by the Uint8Array extension

Loads a Dart value from this array at index.
operator []=(int index, int value) → void

Available on Array<Uint8>, provided by the Uint8Array extension

Stores a Dart value in this array at index.