startsWithErrorText method
No description provided for @startsWithErrorText.
In en, this message translates to: 'Value must start with {value}.'
Implementation
@override
String startsWithErrorText(String value) {
return '值必須以 $value 開頭。';
}
No description provided for @startsWithErrorText.
In en, this message translates to: 'Value must start with {value}.'
@override
String startsWithErrorText(String value) {
return '值必須以 $value 開頭。';
}