Step constructor
Step({
- Timestamp? completionTime,
- Timestamp? creationTime,
- String? description,
- Duration? deviceUsageDuration,
- List<
StepDimensionValueEntry> ? dimensionValue, - bool? hasImages,
- List<
StepLabelsEntry> ? labels, - MultiStep? multiStep,
- String? name,
- Outcome? outcome,
- Duration? runDuration,
- String? state,
- String? stepId,
- TestExecutionStep? testExecutionStep,
- ToolExecutionStep? toolExecutionStep,
Implementation
Step({
this.completionTime,
this.creationTime,
this.description,
this.deviceUsageDuration,
this.dimensionValue,
this.hasImages,
this.labels,
this.multiStep,
this.name,
this.outcome,
this.runDuration,
this.state,
this.stepId,
this.testExecutionStep,
this.toolExecutionStep,
});