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 =>
    'Questo campo deve contenere solo lettere.';