TrialComponentParameterValue constructor

TrialComponentParameterValue({
  1. double? numberValue,
  2. String? stringValue,
})

Implementation

TrialComponentParameterValue({
  this.numberValue,
  this.stringValue,
});