oldValue property

V? oldValue

The previous record value, null for record added.

Implementation

V? get oldValue => oldSnapshot?.value;