TimeFormatLocale.fromJson constructor

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

build this object from a Json map

Implementation

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