ExperimentSource constructor

ExperimentSource({
  1. required String sourceArn,
  2. String? sourceType,
})

Implementation

ExperimentSource({
  required this.sourceArn,
  this.sourceType,
});