alphabeticalErrorText property

  1. @override
String get alphabeticalErrorText
override

No description provided for @alphabeticalErrorText.

In en, this message translates to: 'Value must be alphabetical.'

Implementation

@override
String get alphabeticalErrorText => 'Este campo debe contener solo letras.';