NotebookCellOutput constructor

NotebookCellOutput(
  1. List<NotebookCellOutputItem> items, [
  2. Object? metadata
])

Implementation

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