oldValue property

String? oldValue

Returns the old value of the key of the storage item whose value is being changed.

MDN Reference

Implementation

_i2.String? get oldValue => _i4.getProperty(
      this,
      'oldValue',
    );