calendarUnitRepresentations top-level constant

Set<String> const calendarUnitRepresentations

Implementation

const Set<String> calendarUnitRepresentations = <String>{
  "'year'",
  "'month'",
  "'week'",
  "'day'",
  "'hour'",
  "'minute'",
  "'second'",
  "'millisecond'",
};