CalendarEventLinkData.fromJson constructor

CalendarEventLinkData.fromJson(
  1. Map json_
)

Implementation

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