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