passwordAndPasswordConfirmationMustMatch property

  1. @override
String get passwordAndPasswordConfirmationMustMatch
override

No description provided for @passwordAndPasswordConfirmationMustMatch.

In en, this message translates to: 'Password and password confirmation must match'

Implementation

@override
String get passwordAndPasswordConfirmationMustMatch =>
    'Password and password confirmation must match';