isCollectionGroupQuery property

bool isCollectionGroupQuery

Returns whether the current query is targetted at a collection group.

Implementation

bool get isCollectionGroupQuery {
  throw UnimplementedError('isCollectionGroupQuery is not implemented');
}