StartupState constructor
- required StartupStatus status,
- int completedCount = 0,
- int totalCount = 0,
- String currentLabel = '',
- double? subTaskFraction,
- JailbreakAppException? jailbreakException,
- ForceUpdateException? forceUpdateException,
- String? errorMessage,
Implementation
const StartupState({
required this.status,
this.completedCount = 0,
this.totalCount = 0,
this.currentLabel = '',
this.subTaskFraction,
this.jailbreakException,
this.forceUpdateException,
this.errorMessage,
});