all constant

List<String> const all

A list of every time formatting notation constant found in the TimeFormats class.

Implementation

static const List<String> all = <String>[
  standard,
  extended,
  withSeconds,
  withSecondsExtended,
  withMilliseconds,
  withMillisecondsExtended,
  withMicroseconds,
  withMicrosecondsExtended,
  standard24Hour,
  extended24Hour,
  withSeconds24Hour,
  withSeconds24HourExtended,
  withMilliseconds24Hour,
  withMilliseconds24HourExtended,
  withMicroSeconds24Hour,
  withMicroSeconds24HourExtended,
];