Attachment constructor

Attachment({
  1. DriveFile? driveFile,
  2. Form? form,
  3. Link? link,
  4. YouTubeVideo? youTubeVideo,
})

Implementation

Attachment({
  this.driveFile,
  this.form,
  this.link,
  this.youTubeVideo,
});