MaxValidator<T extends num> constructor
Creates a MaxValidator with the specified maximum value.
Implementation
const MaxValidator(this.max, {this.inclusive = true, this.message});
Creates a MaxValidator with the specified maximum value.
const MaxValidator(this.max, {this.inclusive = true, this.message});