get method

Implementation

Future<QuerySnapshotForAll<T>> get() async {
  return (await getCollections<T>(this, queryProperties: _queryProperties));
}