getCells property

List<NotebookCell> Function([NotebookRange?]) get getCells

Implementation

_i2.List<_i3.NotebookCell> Function([_i3.NotebookRange?]) get getCells =>
    ([_i3.NotebookRange? p0]) => (_i5.callMethod(
          _i5.getProperty(
            this,
            'getCells',
          ),
          r'call',
          [
            this,
            p0 ?? _i6.undefined,
          ],
        ) as _i2.List)
            .cast();
set getCells (List<NotebookCell> value([NotebookRange?]))

Implementation

set getCells(
    _i2.List<_i3.NotebookCell> Function([_i3.NotebookRange?]) value) {
  _i5.setProperty(
    this,
    'getCells',
    _i5.allowInterop(value),
  );
}