password_change_successfully property

String get password_change_successfully

Password Changed Successfully

Implementation

String get password_change_successfully {
  return Intl.message(
    'Password Changed Successfully',
    name: 'password_change_successfully',
    desc: '',
    args: [],
  );
}