notebookDocuments property

List<NotebookDocument> get notebookDocuments

All notebook documents currently known to the editor.

Implementation

_i2.List<_i3.NotebookDocument> get notebookDocuments => (_i4.getProperty(
      this,
      'notebookDocuments',
    ) as _i2.List)
        .cast();