all constant

List<String> const all

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

Implementation

static const List<String> all = <String>[
  standard,
  extended,
  standard12Hour,
  extended12Hour,
  abbr,
  abbrExtended,
  abbr12Hour,
  abbr12HourExtended,
  dayOfWeek,
  dayOfWeekExtended,
  dayOfWeek12Hour,
  dayOfWeek12HourExtended,
  dayOfWeekAbbr,
  dayOfWeekAbbrExtended,
  dayOfWeekAbbr12Hour,
  dayOfWeekAbbr12HourExtended,
  dayOfWeekAbbrAbbr,
  dayOfWeekAbbrAbbrExtended,
  dayOfWeekAbbrAbbr12Hour,
  dayOfWeekAbbrAbbr12HourExtended,
  dayOfWeekAbbrShort,
  dayOfWeekAbbrShortExtended,
  dayOfWeekAbbrShort12Hour,
  dayOfWeekAbbrShort12HourExtended,
  abbrDayOfWeek,
  abbrDayOfWeekExtended,
  abbrDayOfWeek12Hour,
  abbrDayOfWeek12HourExtended,
  abbrDayOfWeekAbbr,
  abbrDayOfWeekAbbrExtended,
  abbrDayOfWeekAbbr12Hour,
  abbrDayOfWeekAbbr12HourExtended,
  abbrDayOfWeekAbbrAbbr,
  abbrDayOfWeekAbbrAbbrExtended,
  abbrDayOfWeekAbbrAbbr12Hour,
  abbrDayOfWeekAbbrAbbr12HourExtended,
  abbrDayOfWeekAbbrShort,
  abbrDayOfWeekAbbrShortExtended,
  abbrDayOfWeekAbbrShort12Hour,
  abbrDayOfWeekAbbrShort12HourExtended,
  abbrShort,
  abbrShorter,
  abbrShortExtended,
  abbrShorterExtended,
  abbrShort12Hour,
  abbrShorter12Hour,
  abbrShort12HourExtended,
  abbrShorter12HourExtended,
  abbrShortAbbr,
  abbrShorterAbbr,
  abbrShortAbbrExtended,
  abbrShorterAbbrExtended,
  abbrShortAbbr12Hour,
  abbrShorterAbbr12Hour,
  abbrShortAbbr12HourExtended,
  abbrShorterAbbr12HourExtended,
  abbrShortHyphenated,
  abbrShorterHyphenated,
  abbrShortHyphenatedExtended,
  abbrShorterHyphenatedExtended,
  abbrShortHyphenated12Hour,
  abbrShorterHyphenated12Hour,
  abbrShortHyphenated12HourExtended,
  abbrShorterHyphenated12HourExtended,
  abbrShortHyphenatedAbbr,
  abbrShorterHyphenatedAbbr,
  abbrShortHyphenatedAbbrExtended,
  abbrShorterHyphenatedAbbrExtended,
  abbrShortHyphenatedAbbr12Hour,
  abbrShorterHyphenatedAbbr12Hour,
  abbrShortHyphenatedAbbr12HourExtended,
  abbrShorterHyphenatedAbbr12HourExtended,
  short,
  shorter,
  shortExtended,
  shorterExtended,
  short12Hour,
  shorter12Hour,
  short12HourExtended,
  shorter12HourExtended,
  shortAbbr,
  shorterAbbr,
  shortAbbrExtended,
  shorterAbbrExtended,
  shortAbbr12Hour,
  shorterAbbr12Hour,
  shortAbbr12HourExtended,
  shorterAbbr12HourExtended,
  shortHyphenated,
  shorterHyphenated,
  shortHyphenatedExtended,
  shorterHyphenatedExtended,
  shortHyphenated12Hour,
  shorterHyphenated12Hour,
  shortHyphenated12HourExtended,
  shorterHyphenated12HourExtended,
  shortHyphenatedAbbr,
  shorterHyphenatedAbbr,
  shortHyphenatedAbbrExtended,
  shorterHyphenatedAbbrExtended,
  shortHyphenatedAbbr12Hour,
  shorterHyphenatedAbbr12Hour,
  shortHyphenatedAbbr12HourExtended,
  shorterHyphenatedAbbr12HourExtended,
];