hasData property

bool get hasData

Whether the query has non-null data available (either fresh or stale).

Implementation

bool get hasData => _data.value != null;