thresholds top-level constant

List<Map<String, Object>> const thresholds

Implementation

const thresholds = [
  {'f': 's', 'v': 44, 'u': Unit.s},
  {'f': 'm', 'v': 89},
  {'f': 'mm', 'v': 44, 'u': Unit.min},
  {'f': 'h', 'v': 89},
  {'f': 'hh', 'v': 21, 'u': Unit.h},
  {'f': 'd', 'v': 35},
  {'f': 'dd', 'v': 25, 'u': Unit.d},
  {'f': 'M', 'v': 45},
  {'f': 'MM', 'v': 10, 'u': Unit.m},
  {'f': 'y', 'v': 17},
  {'f': 'yy', 'u': Unit.y}
];