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