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