oldValue property

V? get oldValue

The previous record value, null for record added.

Implementation

V? get oldValue => oldSnapshot?.value;