SupervisorService constructor
SupervisorService({
- String? name,
- String? status,
- num? releaseId,
- num? downloadProgress,
- ServiceVersion? version,
Returns a new SupervisorService instance.
Implementation
SupervisorService({
this.name,
this.status,
this.releaseId,
this.downloadProgress,
this.version,
});