BlocxLengthRangeValidator constructor
Implementation
BlocxLengthRangeValidator({required this.minLength, required this.maxLength, super.duration})
: assert(maxLength >= minLength, 'maxLength must be >= minLength');
BlocxLengthRangeValidator({required this.minLength, required this.maxLength, super.duration})
: assert(maxLength >= minLength, 'maxLength must be >= minLength');