eagerlyFetchResults property

bool eagerlyFetchResults
final

Whether to fetchResults immediately on instantiation of ObservableQuery. If available, cache results are emitted when the first listener is added. Network results are then emitted when they return to any attached listeners. Defaults to fetchResults.

Implementation

final bool eagerlyFetchResults;