newValue property
String?
get
newValue
Returns the new value of the key of the storage item whose value is being changed.
Implementation
_i2.String? get newValue => _i4.getProperty(
this,
'newValue',
);