NotebookDocumentWillSaveEvent constructor
NotebookDocumentWillSaveEvent({
- CancellationToken? token,
- NotebookDocument? notebook,
- TextDocumentSaveReason? reason,
Implementation
factory NotebookDocumentWillSaveEvent({
_i3.CancellationToken? token,
_i3.NotebookDocument? notebook,
_i3.TextDocumentSaveReason? reason,
}) =>
NotebookDocumentWillSaveEvent._(
token: token ?? _i6.undefined,
notebook: notebook ?? _i6.undefined,
reason: reason?.name,
);