removedCells property

List<NotebookCell> get removedCells

Cells that have been removed from the document.

Implementation

_i2.List<_i3.NotebookCell> get removedCells => (_i5.getProperty(
      this,
      'removedCells',
    ) as _i2.List)
        .cast();