VariationValue constructor

VariationValue(
  1. MinMaxValue minMax,
  2. bool enabled
)

Implementation

VariationValue(this.minMax, this.enabled);