No description provided for @equalErrorText.
In en, this message translates to: 'This field value must be equal to {value}.'
@override String equalErrorText(String value) { return '该字段必须等于 $value。'; }