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