afterText property
RegExp?
get
afterText
This rule will only execute if the text after the cursor matches this regular expression.
Implementation
_i7.RegExp? get afterText => _i5.getProperty(
this,
'afterText',
);
set
afterText
(RegExp? value)
Implementation
set afterText(_i7.RegExp? value) {
_i5.setProperty(
this,
'afterText',
value ?? _i6.undefined,
);
}