Calendar constructor

Calendar({
  1. ConferenceProperties? conferenceProperties,
  2. String? description,
  3. String? etag,
  4. String? id,
  5. String? kind,
  6. String? location,
  7. String? summary,
  8. String? timeZone,
})

Implementation

Calendar({
  this.conferenceProperties,
  this.description,
  this.etag,
  this.id,
  this.kind,
  this.location,
  this.summary,
  this.timeZone,
});