NotebookEditorSelectionChangeEvent constructor

NotebookEditorSelectionChangeEvent({
  1. NotebookEditor? notebookEditor,
  2. List<NotebookRange>? selections,
})

Implementation

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