NotebookLmNotebook constructor

NotebookLmNotebook({
  1. String? id,
  2. String? title,
  3. String? url,
})

Implementation

NotebookLmNotebook({this.id, this.title, this.url});