ModifyPwdSuccess property

String get ModifyPwdSuccess

Password has been modified!

Implementation

String get ModifyPwdSuccess {
  return Intl.message(
    'Password has been modified!',
    name: 'ModifyPwdSuccess',
    desc: '',
    args: [],
  );
}