ProgressDetail constructor
ProgressDetail({
- RobotDeploymentStep? currentProgress,
- int? estimatedTimeRemainingSeconds,
- double? percentDone,
- String? targetResource,
Implementation
ProgressDetail({
this.currentProgress,
this.estimatedTimeRemainingSeconds,
this.percentDone,
this.targetResource,
});