replacing property
Range
get
replacing
The range that should be used when replace-accepting a completion.
Implementation
_i3.Range get replacing => _i5.getProperty(
this,
'replacing',
);
set
replacing
(Range value)
Implementation
set replacing(_i3.Range value) {
_i5.setProperty(
this,
'replacing',
value,
);
}