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