MaxValidator<T extends num> constructor

const MaxValidator<T extends num>(
  1. T max, {
  2. bool inclusive = true,
  3. String? message,
})

Implementation

const MaxValidator(this.max, {this.inclusive = true, this.message});