Material constructor

Material({
  1. SharedDriveFile? driveFile,
  2. Form? form,
  3. GeminiGem? gem,
  4. Link? link,
  5. NotebookLmNotebook? notebook,
  6. YouTubeVideo? youtubeVideo,
})

Implementation

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