collectionGroup method

  1. @override
Query<Map<String, dynamic>> collectionGroup(
  1. String? collectionPath
)
override

Gets a Query for the specified collection group.

Implementation

@override
_i2.Query<Map<String, dynamic>> collectionGroup(String? collectionPath) =>
    (super.noSuchMethod(Invocation.method(#collectionGroup, [collectionPath]), returnValue: _FakeQuery<Map<String, dynamic>>())
        as _i2.Query<Map<String, dynamic>>);