toList method

List<double> toList()

Implementation

List<double> toList() {
  return columnData.buffer.asFloat32List(0, nRows).toList();
}