defaultFormatStyle top-level constant

List<String> const defaultFormatStyle

Implementation

const List<String> defaultFormatStyle = [
  The,
  space,
  Do,
  space,
  of,
  space,
  mmmm,
  space,
  yyyy,
  space,
  at,
  space,
  hh,
  colon,
  mm,
  colon,
  ss,
];