SetPWDFailed property

String get SetPWDFailed

Failed to parse password.

Implementation

String get SetPWDFailed {
  return Intl.message(
    'Failed to parse password.',
    name: 'SetPWDFailed',
    desc: '',
    args: [],
  );
}