beforeText property

RegExp get beforeText

This rule will only execute if the text before the cursor matches this regular expression.

Implementation

_i7.RegExp get beforeText => _i5.getProperty(
      this,
      'beforeText',
    );
set beforeText (RegExp value)

Implementation

set beforeText(_i7.RegExp value) {
  _i5.setProperty(
    this,
    'beforeText',
    value,
  );
}