Material constructor

Material({
  1. SharedDriveFile? driveFile,
  2. Form? form,
  3. Link? link,
  4. YouTubeVideo? youtubeVideo,
})

Implementation

Material({
  this.driveFile,
  this.form,
  this.link,
  this.youtubeVideo,
});