indentAction property
IndentAction
get
indentAction
Describe what to do with the indentation.
Implementation
_i3.IndentAction get indentAction =>
_i3.IndentAction.values.byName(_i5.getProperty(
this,
'indentAction',
));
set
indentAction
(IndentAction value)
Implementation
set indentAction(_i3.IndentAction value) {
_i5.setProperty(
this,
'indentAction',
value.name,
);
}