indentNextLinePattern property
RegExp?
get
indentNextLinePattern
If a line matches this pattern, then only the next line after it should be indented once.
Implementation
_i7.RegExp? get indentNextLinePattern => _i5.getProperty(
this,
'indentNextLinePattern',
);
set
indentNextLinePattern
(RegExp? value)
Implementation
set indentNextLinePattern(_i7.RegExp? value) {
_i5.setProperty(
this,
'indentNextLinePattern',
value ?? _i6.undefined,
);
}