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 'Nilai harus dimulai dengan $value.';
}