isEager property

bool get isEager

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

Implementation

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