No description provided for @maxErrorText.
In en, this message translates to: 'Value must be less than or equal to {max}.'
@override String maxErrorText(num max) { return '该字段必须小于等于 $max。'; }