hasData property

bool get hasData

Check if the state contains valid data

Implementation

bool get hasData => _state.isSuccess;