Experiment constructor
Experiment({
- UserContext? createdBy,
- DateTime? creationTime,
- String? description,
- String? displayName,
- String? experimentArn,
- String? experimentName,
- UserContext? lastModifiedBy,
- DateTime? lastModifiedTime,
- ExperimentSource? source,
- List<
Tag> ? tags,
Implementation
Experiment({
this.createdBy,
this.creationTime,
this.description,
this.displayName,
this.experimentArn,
this.experimentName,
this.lastModifiedBy,
this.lastModifiedTime,
this.source,
this.tags,
});