NotebookCellOutput constructor
NotebookCellOutput(
- List<
NotebookCellOutputItem> items, [ - Object? metadata
Implementation
factory NotebookCellOutput(
_i2.List<_i3.NotebookCellOutputItem> items, [
_i2.Object? metadata,
]) =>
_i5.callConstructor(
_declaredNotebookCellOutput,
[
items,
metadata ?? _i6.undefined,
],
);