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