hasStartupWrapper property
bool
get
hasStartupWrapper
Implementation
bool get hasStartupWrapper {
return isNotEmpty && active.first.screen == AFUIScreenID.screenStartupWrapper;
}
bool get hasStartupWrapper {
return isNotEmpty && active.first.screen == AFUIScreenID.screenStartupWrapper;
}