isRefreshing property
bool
get
isRefreshing
Checks if the Future is currently refreshing.
Implementation
bool get isRefreshing {
throw Exception('This is just a stub for code generation.');
}
Checks if the Future is currently refreshing.
bool get isRefreshing {
throw Exception('This is just a stub for code generation.');
}