Actuation constructor
Actuation({
- ActuationOutput? actuationOutput,
- List<
DeploymentOutput> ? deploymentOutput, - String? endTime,
- String? name,
- String? startTime,
- String? state,
Implementation
Actuation({
this.actuationOutput,
this.deploymentOutput,
this.endTime,
this.name,
this.startTime,
this.state,
});