cells property

List<NotebookCellData> get cells

The cell data of this notebook data.

Implementation

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

Implementation

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