isLoading property

bool isLoading
final

Whether you can except the data to refresh soon. Remember that you can have isLoading set to true and still have value and/or error at the same time.

Implementation

final bool isLoading;