maxLengthErrorText method
No description provided for @maxLengthErrorText.
In en, this message translates to: 'Value must have a length less than or equal to {maxLength}.'
Implementation
@override
String maxLengthErrorText(int maxLength) {
return '이 필드는 반드시 $maxLength자 이하이어야 합니다.';
}