newValue property

V? newValue

The new record value, null for record removed

Implementation

V? get newValue => newSnapshot?.value;