NotebookEditorSelectionChangeEvent constructor
NotebookEditorSelectionChangeEvent({
- NotebookEditor? notebookEditor,
- List<
NotebookRange> ? selections,
Implementation
factory NotebookEditorSelectionChangeEvent({
_i3.NotebookEditor? notebookEditor,
_i2.List<_i3.NotebookRange>? selections,
}) =>
NotebookEditorSelectionChangeEvent._(
notebookEditor: notebookEditor ?? _i6.undefined,
selections: selections ?? _i6.undefined,
);