user_same_password property
String
get
user_same_password
the new password cannot be the same as the original password
Implementation
String get user_same_password {
return Intl.message(
'the new password cannot be the same as the original password',
name: 'user_same_password',
desc: '',
args: [],
);
}