MaxLengthDashValidation constructor

MaxLengthDashValidation({
  1. required String errorMessage,
  2. required int maxLength,
})

Implementation

MaxLengthDashValidation({
  required this.errorMessage,
  required this.maxLength,
});