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