addedCells property

List<NotebookCell> get addedCells

Cells that have been added to the document.

Implementation

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