newCells property

List<NotebookCellData> get newCells

New cells being inserted. May be empty.

Implementation

_i2.List<_i3.NotebookCellData> get newCells => (_i5.getProperty(
      this,
      'newCells',
    ) as _i2.List)
        .cast();
set newCells (List<NotebookCellData> value)

Implementation

set newCells(_i2.List<_i3.NotebookCellData> value) {
  _i5.setProperty(
    this,
    'newCells',
    value,
  );
}