EventAttachment constructor

EventAttachment({
  1. String? fileId,
  2. String? fileUrl,
  3. String? iconLink,
  4. String? mimeType,
  5. String? title,
})

Implementation

EventAttachment({
  this.fileId,
  this.fileUrl,
  this.iconLink,
  this.mimeType,
  this.title,
});