offset property

void offset=(int offset)

Set the offset of the region of text that should be replaced by the selected completion suggestion.

The offset can only be set once and applies to all of the suggestions. Hence, this setter throws a StateError if the offset has already been set.

Implementation

set offset(int offset);