QueryObserverRemoved constructor

const QueryObserverRemoved(
  1. Query<Object?> query,
  2. QueryObserverRef observer
)

Creates the event for query and the observer that detached.

Implementation

const QueryObserverRemoved(super.query, this.observer);