getAll static method

Map<String, String> getAll()

Returns all registered format names and patterns.

Implementation

static Map<String, String> getAll() => Map.unmodifiable(all);