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