Attachment constructor
      
      Attachment({ 
    
    
- DriveFile? driveFile,
 - Form? form,
 - Link? link,
 - YouTubeVideo? youTubeVideo,
 
Implementation
Attachment({this.driveFile, this.form, this.link, this.youTubeVideo});