noValuePatching property
bool?
get
noValuePatching
Disable value property patching
@default false
Implementation
_i2.bool? get noValuePatching => _i4.getProperty(
this,
'noValuePatching',
);
set
noValuePatching
(bool? value)
Implementation
set noValuePatching(_i2.bool? value) {
_i4.setProperty(
this,
'noValuePatching',
value ?? _i6.undefined,
);
}