- @Since.new('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;
elements property - UnionArray extension - dart:ffi library
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;