RefSelector<P extends EntityQuery, C extends EntityQuery> typedef
RefSelector<P extends EntityQuery, C extends EntityQuery> =
EntityRefView<C> Function(P q)
Selector function for accessing reference views within entity queries.
Used to specify which EntityRefView to access from a parent query.
Implementation
typedef RefSelector<P extends EntityQuery, C extends EntityQuery> =
EntityRefView<C> Function(P q);