RemediationExecutionStep constructor

RemediationExecutionStep({
  1. String? errorMessage,
  2. String? name,
  3. DateTime? startTime,
  4. RemediationExecutionStepState? state,
  5. DateTime? stopTime,
})

Implementation

RemediationExecutionStep({
  this.errorMessage,
  this.name,
  this.startTime,
  this.state,
  this.stopTime,
});