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