FormatLocale.fromJson constructor

FormatLocale.fromJson(
  1. Map<String, dynamic> json
)

build this object from a Json map

Implementation

factory FormatLocale.fromJson(Map<String, dynamic> json) =>
    _$FormatLocaleFromJson(json);