hasData property

bool get hasData

Whether the query has data

Implementation

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