toJson method

Map<String, dynamic> toJson()

Implementation

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