isRefreshing property

  1. @override
bool get isRefreshing
override

Returns true if the state is refreshing with a loading flag, has a value or error and is not the loading state

Implementation

@override
bool get isRefreshing => false;