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