InputPwd property

String get InputPwd

Please set password information.

Implementation

String get InputPwd {
  return Intl.message(
    'Please set password information.',
    name: 'InputPwd',
    desc: '',
    args: [],
  );
}