Range constructor

Range({
  1. String? max,
  2. String? min,
})

Implementation

Range({
  this.max, this.min
});