RangeValidator<T extends num> constructor
Creates a RangeValidator with the specified min and max bounds.
Implementation
const RangeValidator(this.min, this.max,
{this.inclusive = true, this.message});
Creates a RangeValidator with the specified min and max bounds.
const RangeValidator(this.min, this.max,
{this.inclusive = true, this.message});