replacementOffset property

int? replacementOffset
final

The offset of the start of the text to be replaced. If supplied, this should be used in preference to the offset provided on the containing completion results. This value may be provided independently of replacementLength (for example if only one differs from the completion result value).

Implementation

final int? replacementOffset;