factory TimeZone.fromJson(Map<String, dynamic> json) { return TimeZone(id: json['id'] ?? '', version: json['version'] ?? ''); }