Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'time'] = this.time; json[r'timeZoneId'] = this.timeZoneId; return json; }