MinValidator<T extends num> constructor

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

Implementation

const MinValidator(this.min, {this.inclusive = true, this.message});