get method

Future<QuerySnapshot<T>> get()

Implementation

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