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