QueryObserverRemoved constructor
const
QueryObserverRemoved(
- Query<
Object?> query, - QueryObserverRef observer
Creates the event for query and the observer that detached.
Implementation
const QueryObserverRemoved(super.query, this.observer);