selection property

JidoujishoTextSelection selection

Get a selection with this result's text and range.

Implementation

JidoujishoTextSelection get selection => JidoujishoTextSelection(
      text: text,
      range: range,
    );