TimeZoneSettings.fromJson constructor

TimeZoneSettings.fromJson(
  1. Map json_
)

Implementation

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