CounterSelector<Q extends EntityQuery> typedef

CounterSelector<Q extends EntityQuery> = EntityCounterView Function(Q q)

Selector function for accessing counter views within entity queries.

Used to specify which EntityCounterView to access from a query.

Implementation

typedef CounterSelector<Q extends EntityQuery> =
    EntityCounterView Function(Q q);