customError property
bool?
get
customError
Implementation
_i2.bool? get customError => _i4.getProperty(
this,
'customError',
);
set
customError
(bool? value)
Implementation
set customError(_i2.bool? value) {
_i4.setProperty(
this,
'customError',
value ?? _i6.undefined,
);
}