noValuePatching property

bool? noValuePatching

Disable value property patching

@default false

Implementation

_i2.bool? get noValuePatching => _i4.getProperty(
      this,
      'noValuePatching',
    );
void noValuePatching=(bool? value)

Implementation

set noValuePatching(_i2.bool? value) {
  _i4.setProperty(
    this,
    'noValuePatching',
    value ?? _i6.undefined,
  );
}