selection property
Get a selection with this result's text and range.
Implementation
JidoujishoTextSelection get selection => JidoujishoTextSelection(
text: text,
range: range,
);
Get a selection with this result's text and range.
JidoujishoTextSelection get selection => JidoujishoTextSelection(
text: text,
range: range,
);