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