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