data property

Float64List get data

Implementation

Float64List get data => dataPtr.cast<ffi.Double>().asTypedList(length);