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