core.Map<core.String, core.dynamic> toJson() => { if (dayParts != null) 'dayParts': dayParts!.map((value) => value.toJson()).toList(), if (timeZoneType != null) 'timeZoneType': timeZoneType!, };