MinMaxValue constructor

MinMaxValue(
  1. double min,
  2. double max
)

Implementation

MinMaxValue(this.min, this.max);