isLoading property
bool
get
isLoading
Implementation
bool get isLoading {
if ((this == ConnectionState.done) == false) {
return true;
}
return false;
}
bool get isLoading {
if ((this == ConnectionState.done) == false) {
return true;
}
return false;
}