get method Null safety
- [GetOptions? options]
Fetch the documents for this query.
To modify how the query is fetched, the options
parameter can be provided
with a GetOptions instance.
Implementation
Future<QuerySnapshot<T>> get([GetOptions? options]);