getSelection abstract method

SelectedContentRange? getSelection()

Gets the SelectedContentRange representing the selected range in this object.

When nothing is selected, subclasses should return null.

Implementation

SelectedContentRange? getSelection();