outputs property

List<NotebookCellOutput> get outputs

The outputs of this cell data.

Implementation

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

Implementation

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