get method

Future<QuerySnapshot<T>> get()

Implementation

Future<QuerySnapshot<T>> get() => FirestoreMerge.get<T>(
docs: const {},
queries: this,
  );