fetchResults property
Whether or not to fetch results every time a new listener is added.
If eagerlyFetchResults
is true
, fetch is triggered during instantiation.
Implementation
final bool fetchResults;
Whether or not to fetch results every time a new listener is added.
If eagerlyFetchResults
is true
, fetch is triggered during instantiation.
final bool fetchResults;