ignoreCase property
bool
get
ignoreCase
Returns a Boolean value indicating the state of the ignoreCase flag (i) used with a regular expression. Default is false. Read-only.
Implementation
_i2.bool get ignoreCase => _i6.getProperty(
this,
'ignoreCase',
);