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 'Hodnota musí začínat na $value.';
}