unitMeasures top-level constant

Map<ThemedUnits, int> const unitMeasures

Implementation

const Map<ThemedUnits, int> unitMeasures = {
  ThemedUnits.year: 31557600000,
  ThemedUnits.month: 2629800000,
  ThemedUnits.week: 604800000,
  ThemedUnits.day: 86400000,
  ThemedUnits.hour: 3600000,
  ThemedUnits.minute: 60000,
  ThemedUnits.second: 1000,
  ThemedUnits.millisecond: 1
};