all property

Map<String, String> get all

All formats merged from built-in and custom registrations.

Implementation

static Map<String, String> get all => {
      ...BuiltInFormats.formats,
      ..._customFormats,
    };