RangeValidator constructor

const RangeValidator(
  1. num min,
  2. num max
)

Implementation

const RangeValidator(this.min, this.max);