Event constructor

Event({
  1. bool? anyoneCanAddSelf,
  2. List<EventAttachment>? attachments,
  3. List<EventAttendee>? attendees,
  4. bool? attendeesOmitted,
  5. String? colorId,
  6. ConferenceData? conferenceData,
  7. DateTime? created,
  8. EventCreator? creator,
  9. String? description,
  10. EventDateTime? end,
  11. bool? endTimeUnspecified,
  12. String? etag,
  13. String? eventType,
  14. EventExtendedProperties? extendedProperties,
  15. EventFocusTimeProperties? focusTimeProperties,
  16. EventGadget? gadget,
  17. bool? guestsCanInviteOthers,
  18. bool? guestsCanModify,
  19. bool? guestsCanSeeOtherGuests,
  20. String? hangoutLink,
  21. String? htmlLink,
  22. String? iCalUID,
  23. String? id,
  24. String? kind,
  25. String? location,
  26. bool? locked,
  27. EventOrganizer? organizer,
  28. EventDateTime? originalStartTime,
  29. EventOutOfOfficeProperties? outOfOfficeProperties,
  30. bool? privateCopy,
  31. List<String>? recurrence,
  32. String? recurringEventId,
  33. EventReminders? reminders,
  34. int? sequence,
  35. EventSource? source,
  36. EventDateTime? start,
  37. String? status,
  38. String? summary,
  39. String? transparency,
  40. DateTime? updated,
  41. String? visibility,
  42. EventWorkingLocationProperties? workingLocationProperties,
})

Implementation

Event({
  this.anyoneCanAddSelf,
  this.attachments,
  this.attendees,
  this.attendeesOmitted,
  this.colorId,
  this.conferenceData,
  this.created,
  this.creator,
  this.description,
  this.end,
  this.endTimeUnspecified,
  this.etag,
  this.eventType,
  this.extendedProperties,
  this.focusTimeProperties,
  this.gadget,
  this.guestsCanInviteOthers,
  this.guestsCanModify,
  this.guestsCanSeeOtherGuests,
  this.hangoutLink,
  this.htmlLink,
  this.iCalUID,
  this.id,
  this.kind,
  this.location,
  this.locked,
  this.organizer,
  this.originalStartTime,
  this.outOfOfficeProperties,
  this.privateCopy,
  this.recurrence,
  this.recurringEventId,
  this.reminders,
  this.sequence,
  this.source,
  this.start,
  this.status,
  this.summary,
  this.transparency,
  this.updated,
  this.visibility,
  this.workingLocationProperties,
});