isLoading property

  1. @override
bool isLoading
override

Whether some new value is currently asynchronously loading.

Even if isLoading is true, it is still possible for hasValue/hasError to also be true.

Implementation

@override
bool get isLoading => true;