TimeZoneSettings.fromJson constructor
TimeZoneSettings.fromJson(
- Map json_
Implementation
TimeZoneSettings.fromJson(core.Map json_)
: this(timeZone: json_['timeZone'] as core.String?);
TimeZoneSettings.fromJson(core.Map json_)
: this(timeZone: json_['timeZone'] as core.String?);