MaxLengthValidator constructor

MaxLengthValidator(
  1. int max, {
  2. required String errorText,
})

Implementation

MaxLengthValidator(this.max, {required String errorText}) : super(errorText);