unicode property

bool get unicode

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

Implementation

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