Environment constructor
Environment({
- Timestamp? completionTime,
- Timestamp? creationTime,
- List<
EnvironmentDimensionValueEntry> ? dimensionValue, - String? displayName,
- String? environmentId,
- MergedResult? environmentResult,
- String? executionId,
- String? historyId,
- String? projectId,
- ResultsStorage? resultsStorage,
- List<
ShardSummary> ? shardSummaries,
Implementation
Environment({
this.completionTime,
this.creationTime,
this.dimensionValue,
this.displayName,
this.environmentId,
this.environmentResult,
this.executionId,
this.historyId,
this.projectId,
this.resultsStorage,
this.shardSummaries,
});