r2LcpDialogReasonPassphraseNotFound property

String get r2LcpDialogReasonPassphraseNotFound

Implementation

String get r2LcpDialogReasonPassphraseNotFound => Intl.message(
      'Passphrase Required',
      name: 'r2_lcp_dialog_reason_passphraseNotFound',
      locale: locale.toString(),
    );