TimeZone.fromJson constructor
TimeZone.fromJson(
- dynamic json
Implementation
TimeZone.fromJson(dynamic json) {
_time = json['time'];
_zone = json['zone'];
}
TimeZone.fromJson(dynamic json) {
_time = json['time'];
_zone = json['zone'];
}