view property

Float64List get view

A view of the filled prefix. Valid until the next add.

Implementation

Float64List get view => Float64List.sublistView(_data, 0, length);