CalendarEventLinkData.fromJson constructor
CalendarEventLinkData.fromJson(
- Map json_
Implementation
CalendarEventLinkData.fromJson(core.Map json_)
: this(
calendarId: json_['calendarId'] as core.String?,
eventId: json_['eventId'] as core.String?,
);