isLoading property

  1. @override
bool isLoading
final

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
final bool isLoading;