CollectionQuery<T> constructor

CollectionQuery<T>({
  1. CollectionQueryOptions options = const CollectionQueryOptions(),
  2. required String baseUrl,
  3. required String path,
  4. String? cookie,
  5. String? bearer,
})

Implementation

CollectionQuery({CollectionQueryOptions options = const CollectionQueryOptions(), required String baseUrl, required String path, String? cookie, String? bearer}) : super(baseUrl: baseUrl, path: path, bearer: bearer, cookie: cookie, options: options);