endsWithErrorText method
No description provided for @endsWithErrorText.
In en, this message translates to: 'Value must end with {value}.'
Implementation
@override
String endsWithErrorText(String value) {
return 'ข้อมูลนี้ต้องลงท้ายด้วย $value';
}