SupervisorImage constructor
SupervisorImage({})
Returns a new SupervisorImage instance.
Implementation
SupervisorImage({
this.name,
this.appId,
this.serviceName,
this.imageId,
this.dockerImageId,
this.status,
this.downloadProgress,
});