toList method

List<double> toList()

Implementation

List<double> toList() {
  return storage.sublist(0);
}