RelationScope typedef

RelationScope = Query Function(Query)

Implementation

typedef RelationScope = Query<dynamic> Function(Query<dynamic>);