CalendarListEntry constructor

CalendarListEntry({
  1. String? accessRole,
  2. String? backgroundColor,
  3. String? colorId,
  4. ConferenceProperties? conferenceProperties,
  5. List<EventReminder>? defaultReminders,
  6. bool? deleted,
  7. String? description,
  8. String? etag,
  9. String? foregroundColor,
  10. bool? hidden,
  11. String? id,
  12. String? kind,
  13. String? location,
  14. CalendarListEntryNotificationSettings? notificationSettings,
  15. bool? primary,
  16. bool? selected,
  17. String? summary,
  18. String? summaryOverride,
  19. String? timeZone,
})

Implementation

CalendarListEntry({
  this.accessRole,
  this.backgroundColor,
  this.colorId,
  this.conferenceProperties,
  this.defaultReminders,
  this.deleted,
  this.description,
  this.etag,
  this.foregroundColor,
  this.hidden,
  this.id,
  this.kind,
  this.location,
  this.notificationSettings,
  this.primary,
  this.selected,
  this.summary,
  this.summaryOverride,
  this.timeZone,
});