containsUppercaseCharErrorText method
No description provided for @containsUppercaseCharErrorText.
In en, this message translates to: 'Value must contain at least {min} uppercase characters.'
Implementation
@override
String containsUppercaseCharErrorText(int min) {
return 'Sehemu hii lazima iwe na herufi kubwa.';
}