stderr static method
Factory function to create a NotebookCellOutputItem
that uses
uses the application/vnd.code.notebook.stderr
mime type.
Implementation
static _i3.NotebookCellOutputItem stderr(_i2.String value) => _i5.callMethod(
_declaredNotebookCellOutputItem,
'stderr',
[value],
);