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