Restricts the maximum size for a numeric type to min and/or max.
min
max
const Range({ this.min, this.max, this.minExclusive = false, this.maxExclusive = false, });