newPasswordNotMatchHint property
String
get
newPasswordNotMatchHint
密碼不一致,請重新輸入!
Implementation
String get newPasswordNotMatchHint {
return Intl.message(
'密碼不一致,請重新輸入!',
name: 'newPasswordNotMatchHint',
desc: '',
args: [],
);
}