CompleteTrialRequest constructor
CompleteTrialRequest({
- required String name,
- Measurement? finalMeasurement,
- bool trialInfeasible = false,
- String infeasibleReason = '',
Implementation
CompleteTrialRequest({
required this.name,
this.finalMeasurement,
this.trialInfeasible = false,
this.infeasibleReason = '',
}) : super(fullyQualifiedName);