No description provided for @endsWithErrorText.
In en, this message translates to: 'Value must end with {value}.'
@override String endsWithErrorText(String value) { return '値は$valueで終わる必要があります。'; }