selectionStart property
Determines the start of the new selection after the text has been inserted
(or replaced). selectionStart
is measured in UTF-16 code units and must
be in the range 0 and length of the completion text. If omitted the
selection starts at the end of the completion text.
Implementation
final int? selectionStart;