before property

  1. @override
V? before
final

The value before the change occurred.

Will be null if the element had no previous value.

Implementation

@override
final V? before;