RemediationExecutionStep constructor
RemediationExecutionStep({
- String? errorMessage,
- String? name,
- DateTime? startTime,
- RemediationExecutionStepState? state,
- DateTime? stopTime,
Implementation
RemediationExecutionStep({
this.errorMessage,
this.name,
this.startTime,
this.state,
this.stopTime,
});