onValue property

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

Implementation

Stream<DatabaseEvent> get onValue =>
    _queryDelegate.onValue(_modifiers).map(DatabaseEvent._);