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