appendRule property
void Function(String)
get
appendRule
Implementation
void Function(_i2.String) get appendRule => (_i2.String p0) => _i4.callMethod(
_i4.getProperty(
this,
'appendRule',
),
r'call',
[
this,
p0,
],
);
set
appendRule
(void value(String))
Implementation
set appendRule(void Function(_i2.String) value) {
_i4.setProperty(
this,
'appendRule',
_i4.allowInterop(value),
);
}