Execution constructor

Execution({
  1. Timestamp? completionTime,
  2. Timestamp? creationTime,
  3. List<MatrixDimensionDefinition>? dimensionDefinitions,
  4. String? executionId,
  5. Outcome? outcome,
  6. Specification? specification,
  7. String? state,
  8. String? testExecutionMatrixId,
})

Implementation

Execution({
  this.completionTime,
  this.creationTime,
  this.dimensionDefinitions,
  this.executionId,
  this.outcome,
  this.specification,
  this.state,
  this.testExecutionMatrixId,
});