passwordMatchError property

  1. @override
String get passwordMatchError
override

No description provided for @passwordMatchError.

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

Implementation

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