Execution constructor
Execution({
- Timestamp? completionTime,
- Timestamp? creationTime,
- List<
MatrixDimensionDefinition> ? dimensionDefinitions, - String? executionId,
- Outcome? outcome,
- Specification? specification,
- String? state,
- String? testExecutionMatrixId,
Implementation
Execution({
this.completionTime,
this.creationTime,
this.dimensionDefinitions,
this.executionId,
this.outcome,
this.specification,
this.state,
this.testExecutionMatrixId,
});