password_not_matched property
String
get
password_not_matched
Doesn’t match the new password you entered
Implementation
String get password_not_matched {
return Intl.message(
'Doesn’t match the new password you entered',
name: 'password_not_matched',
desc: '',
args: [],
);
}