resetPasswordDescription property

String get resetPasswordDescription

Enter the email associated with your account and we’ll send and email with instructions to reset your password

Implementation

String get resetPasswordDescription {
  return Intl.message(
    'Enter the email associated with your account and we’ll send and email with instructions to reset your password',
    name: 'resetPasswordDescription',
    desc: '',
    args: [],
  );
}