elements property

  1. @Since('3.8')
Uint16List get elements

A list view of the bytes of this array.

Has the same length and elements (as accessed using the index operator) as this array, and writes to either the list or this arrary are visible in both.

Implementation

@Since('3.8')
external Uint16List get elements;