outputs property
List<NotebookCellOutput> ?
get
outputs
The new outputs of the cell or undefined
when they did not change.
Implementation
_i2.List<_i3.NotebookCellOutput>? get outputs => (_i5.getProperty(
this,
'outputs',
) as _i2.List?)
?.cast();