asList property

List<double> get asList

Implementation

List<double> get asList => [
      ...min.asList,
      ...max.asList,
    ];