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