elements property
- @Since('3.8')
A list view of the bytes of this array.
Has the same length and elements (as accessed using the index operator) as this array.
Implementation
@Since('3.8')
external List<T> 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.
@Since('3.8')
external List<T> get elements;