validateErrorPasswordsNotMatching property

  1. @override
String validateErrorPasswordsNotMatching
inherited

Message shown when password confirmation does not match the password

Implementation

@override
String get validateErrorPasswordsNotMatching =>
    'Passwörter stimmen nicht überein';