validateErrorEmailFormat property

  1. @override
String validateErrorEmailFormat
inherited

Message shown when the email input is not a valid email address during registration

Implementation

@override
String get validateErrorEmailFormat => 'Keine gültige E-Mail Adresse';