elements property - UnionArray extension - dart:ffi library (original) (raw)
- @Since('3.8')
List<T> getelements
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;