sticky property

bool get sticky

Returns a Boolean value indicating the state of the sticky flag (y) used with a regular expression. Default is false. Read-only.

Implementation

_i2.bool get sticky => _i6.getProperty(
      this,
      'sticky',
    );