needShowLoadingWidget property
Implementation
bool get needShowLoadingWidget {
try {
return _castWidget.needLoading(this);
} catch (e) {
return false;
}
}
bool get needShowLoadingWidget {
try {
return _castWidget.needLoading(this);
} catch (e) {
return false;
}
}