Restricts the length of this String to min (inclusive) and/or max (inclusive).
min
max
const LengthRange({this.min, this.max});