isLoading property

bool get isLoading

First fetch in progress, no data yet.

Implementation

bool get isLoading => _status == HopeStatus.loading;