Match constructor

Match({
  1. String? frameAddress,
  2. int? targetFramesIndex,
  3. double? thresholdBreachValue,
})

Implementation

Match({
  this.frameAddress,
  this.targetFramesIndex,
  this.thresholdBreachValue,
});