all constant

List<String> const all

A list of every date/time formatting notation constant found in the AmericanDateTimeFormats class.

Implementation

static const List<String> all = <String>[
  standard,
  standardWithComma,
  standard24Hour,
  standard24HourWithComma,
  extended,
  extendedWithComma,
  extended24Hour,
  extended24HourWithComma,
  abbr,
  abbrWithComma,
  abbr24Hour,
  abbr24HourWithComma,
  abbrExtended,
  abbrExtendedWithComma,
  abbr24HourExtended,
  abbr24HourExtendedWithComma,
  dayOfWeek,
  dayOfWeekWithComma,
  dayOfWeekExtended,
  dayOfWeekExtendedWithComma,
  dayOfWeek24Hour,
  dayOfWeek24HourWithComma,
  dayOfWeek24HourExtended,
  dayOfWeek24HourExtendedWithComma,
  dayOfWeekAbbr,
  dayOfWeekAbbrWithComma,
  dayOfWeekAbbrExtended,
  dayOfWeekAbbrExtendedWithComma,
  dayOfWeekAbbr24Hour,
  dayOfWeekAbbr24HourWithComma,
  dayOfWeekAbbr24HourExtended,
  dayOfWeekAbbr24HourExtendedWithComma,
  dayOfWeekAbbrAbbr,
  dayOfWeekAbbrAbbrWithComma,
  dayOfWeekAbbrAbbrExtended,
  dayOfWeekAbbrAbbrExtendedWithComma,
  dayOfWeekAbbrAbbr24Hour,
  dayOfWeekAbbrAbbr24HourWithComma,
  dayOfWeekAbbrAbbr24HourExtended,
  dayOfWeekAbbrAbbr24HourExtendedWithComma,
  dayOfWeekAbbrShort,
  dayOfWeekAbbrShortWithComma,
  dayOfWeekAbbrShortExtended,
  dayOfWeekAbbrShortExtendedWithComma,
  dayOfWeekAbbrShort24Hour,
  dayOfWeekAbbrShort24HourWithComma,
  dayOfWeekAbbrShort24HourExtended,
  dayOfWeekAbbrShort24HourExtendedWithComma,
  abbrDayOfWeek,
  abbrDayOfWeekWithComma,
  abbrDayOfWeekExtended,
  abbrDayOfWeekExtendedWithComma,
  abbrDayOfWeek24Hour,
  abbrDayOfWeek24HourWithComma,
  abbrDayOfWeek24HourExtended,
  abbrDayOfWeek24HourExtendedWithComma,
  abbrDayOfWeekAbbr,
  abbrDayOfWeekAbbrWithComma,
  abbrDayOfWeekAbbrExtended,
  abbrDayOfWeekAbbrExtendedWithComma,
  abbrDayOfWeekAbbr24Hour,
  abbrDayOfWeekAbbr24HourWithComma,
  abbrDayOfWeekAbbr24HourExtended,
  abbrDayOfWeekAbbr24HourExtendedWithComma,
  abbrDayOfWeekAbbrAbbr,
  abbrDayOfWeekAbbrAbbrWithComma,
  abbrDayOfWeekAbbrAbbrExtended,
  abbrDayOfWeekAbbrAbbrExtendedWithComma,
  abbrDayOfWeekAbbrAbbr24Hour,
  abbrDayOfWeekAbbrAbbr24HourWithComma,
  abbrDayOfWeekAbbrAbbr24HourExtended,
  abbrDayOfWeekAbbrAbbr24HourExtendedWithComma,
  abbrDayOfWeekAbbrShort,
  abbrDayOfWeekAbbrShortWithComma,
  abbrDayOfWeekAbbrShortExtended,
  abbrDayOfWeekAbbrShortExtendedWithComma,
  abbrDayOfWeekAbbrShort24Hour,
  abbrDayOfWeekAbbrShort24HourWithComma,
  abbrDayOfWeekAbbrShort24HourExtended,
  abbrDayOfWeekAbbrShort24HourExtendedWithComma,
  abbrShort,
  abbrShorter,
  abbrShortExtended,
  abbrShorterExtended,
  abbrShort24Hour,
  abbrShorter24Hour,
  abbrShort24HourExtended,
  abbrShorter24HourExtended,
  abbrShortAbbr,
  abbrShorterAbbr,
  abbrShortAbbrExtended,
  abbrShorterAbbrExtended,
  abbrShortAbbr24Hour,
  abbrShorterAbbr24Hour,
  abbrShortAbbr24HourExtended,
  abbrShorterAbbr24HourExtended,
  short,
  shorter,
  shortExtended,
  shorterExtended,
  short24Hour,
  shorter24Hour,
  short24HourExtended,
  shorter24HourExtended,
  shortAbbr,
  shorterAbbr,
  shortAbbrExtended,
  shorterAbbrExtended,
  shortAbbr24Hour,
  shorterAbbr24Hour,
  shortAbbr24HourExtended,
  shorterAbbr24HourExtended,
  abbrShortHyphenated,
  abbrShorterHyphenated,
  abbrShortHyphenatedExtended,
  abbrShorterHyphenatedExtended,
  abbrShortHyphenated24Hour,
  abbrShorterHyphenated24Hour,
  abbrShortHyphenated24HourExtended,
  abbrShorterHyphenated24HourExtended,
  abbrShortHyphenatedAbbr,
  abbrShorterHyphenatedAbbr,
  abbrShortHyphenatedAbbrExtended,
  abbrShorterHyphenatedAbbrExtended,
  abbrShortHyphenatedAbbr24Hour,
  abbrShorterHyphenatedAbbr24Hour,
  abbrShortHyphenatedAbbr24HourExtended,
  abbrShorterHyphenatedAbbr24HourExtended,
  shortHyphenated,
  shorterHyphenated,
  shortHyphenatedExtended,
  shorterHyphenatedExtended,
  shortHyphenated24Hour,
  shorterHyphenated24Hour,
  shortHyphenated24HourExtended,
  shorterHyphenated24HourExtended,
  shortHyphenatedAbbr,
  shorterHyphenatedAbbr,
  shortHyphenatedAbbrExtended,
  shorterHyphenatedAbbrExtended,
  shortHyphenatedAbbr24Hour,
  shorterHyphenatedAbbr24Hour,
  shortHyphenatedAbbr24HourExtended,
  shorterHyphenatedAbbr24HourExtended,
];