getDoubleList static method

List<double>? getDoubleList(
  1. String key
)

Implementation

static List<double>? getDoubleList(String key) {
  return dataMap[key]?.listFloatValue.values;
}