Material constructor
Material({
- SharedDriveFile? driveFile,
- Form? form,
- Link? link,
- YouTubeVideo? youtubeVideo,
Implementation
Material({
this.driveFile,
this.form,
this.link,
this.youtubeVideo,
});