isEager property

bool isEager

Whether this result source is considered "eager" (is cache or optimisticResult)

Implementation

bool get isEager => _eagerSources.contains(this);