view property
Float32List
get
view
A view of the filled prefix. Valid until the next add.
Implementation
Float32List get view => Float32List.sublistView(_data, 0, length);
A view of the filled prefix. Valid until the next add.
Float32List get view => Float32List.sublistView(_data, 0, length);