dataReady property

bool dataReady

Data is ready to be consumed

Implementation

bool get dataReady => _data != null && !hasError && !isBusy;