DoubleRange constructor

DoubleRange({
  1. num max,
  2. num min,
})

Implementation

external factory DoubleRange({
  num max,
  num min,
});