hasData property

bool get hasData

Whether the async task has successfully returned data.

Implementation

bool get hasData => state.value.hasData;