oldValue property

String? get oldValue

The return value depends on type. For "attributes", it is the value of the changed attribute before the change. For "characterData", it is the data of the changed node before the change. For "childList", it is null.

MDN Reference

Implementation

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