core.Map<core.String, core.dynamic> toJson() { final timeZoneId = this.timeZoneId; final type = this.type; final value = this.value; return {'timeZoneId': ?timeZoneId, 'type': ?type, 'value': ?value}; }