Events constructor

Events({
  1. String? accessRole,
  2. List<EventReminder>? defaultReminders,
  3. String? description,
  4. String? etag,
  5. List<Event>? items,
  6. String? kind,
  7. String? nextPageToken,
  8. String? nextSyncToken,
  9. String? summary,
  10. String? timeZone,
  11. DateTime? updated,
})

Implementation

Events({
  this.accessRole,
  this.defaultReminders,
  this.description,
  this.etag,
  this.items,
  this.kind,
  this.nextPageToken,
  this.nextSyncToken,
  this.summary,
  this.timeZone,
  this.updated,
});