selections property

List<NotebookRange> selections

The new value for the {@link NotebookEditor.selectionsnotebook editor's selections}.

Implementation

_i2.List<_i3.NotebookRange> get selections => (_i5.getProperty(
      this,
      'selections',
    ) as _i2.List)
        .cast();