newValue property

V? get newValue

The new record value, null for record removed

Implementation

V? get newValue => newSnapshot?.value;