all property

List<String> all
final

Every date formatting notation constant found in the AmericanDateFormats and EuropeanDateFormats classes.

Implementation

static final List<String> all = List<String>.from(AmericanDateFormats.all)
  ..addAll(EuropeanDateFormats.all);