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