all constant

Set<RateUnit> const all

Contains all defined RateUnits.

Implementation

static const all = <RateUnit>{
  RateUnit.second,
  RateUnit.minute,
  RateUnit.hour,
  RateUnit.day,
  RateUnit.week,
};