onValue property

Stream<Event> onValue

Fires when the data at this location is updated. previousChildKey is null.

Implementation

Stream<Event> get onValue => _observe(_EventType.value);