newValue property

String? newValue

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

MDN Reference

Implementation

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