hasData property
bool
get
hasData
Wether the state is in the data status
Implementation
bool get hasData => status == StateStatus.hasData;
Wether the state is in the data status
bool get hasData => status == StateStatus.hasData;