passwordExists property

String get passwordExists

Password already exists

Implementation

String get passwordExists {
  return Intl.message(
    'Password already exists',
    name: 'passwordExists',
    desc: '',
    args: [],
  );
}