hasData property

bool hasData

Wether the state is in the data status

Implementation

bool get hasData => status == StateStatus.hasData;