SupervisorEngine constructor
SupervisorEngine({
- String? status,
- String? appState,
- num? overallDownloadProgress,
- List<
SupervisorContainer> containers = const [], - List<
SupervisorImage> images = const [],
Returns a new SupervisorEngine instance.
Implementation
SupervisorEngine({
this.status,
this.appState,
this.overallDownloadProgress,
this.containers = const [],
this.images = const [],
});