Templates constructor

Templates({
  1. String accountEdit,
  2. String accountIndex,
  3. String accountTwoFactorDisable,
  4. String accountTwoFactorEnable,
  5. String accountTwoFactorIndex,
  6. String accountWebAuthnAdd,
  7. String accountWebAuthnDelete,
  8. String accountWebAuthnIndex,
  9. String emailComplete,
  10. String emailSend,
  11. String emailSent,
  12. String emailVerificationRequired,
  13. String emailVerify,
  14. String helpers,
  15. String index,
  16. String oauth2Authorize,
  17. String oauth2AuthorizedNotRegistered,
  18. String oauth2ChildRegistrationNotAllowed,
  19. String oauth2ChildRegistrationNotAllowedComplete,
  20. String oauth2CompleteRegistration,
  21. String oauth2Device,
  22. String oauth2DeviceComplete,
  23. String oauth2Error,
  24. String oauth2Logout,
  25. String oauth2Passwordless,
  26. String oauth2Register,
  27. String oauth2StartIdPLink,
  28. String oauth2TwoFactor,
  29. String oauth2TwoFactorEnable,
  30. String oauth2TwoFactorEnableComplete,
  31. String oauth2TwoFactorMethods,
  32. String oauth2Wait,
  33. String oauth2WebAuthn,
  34. String oauth2WebAuthnReauth,
  35. String oauth2WebAuthnReauthEnable,
  36. String passwordChange,
  37. String passwordComplete,
  38. String passwordForgot,
  39. String passwordSent,
  40. String registrationComplete,
  41. String registrationSend,
  42. String registrationSent,
  43. String registrationVerificationRequired,
  44. String registrationVerify,
  45. String samlv2Logout,
  46. String unauthorized,
})

Implementation

Templates(
    {this.accountEdit,
    this.accountIndex,
    this.accountTwoFactorDisable,
    this.accountTwoFactorEnable,
    this.accountTwoFactorIndex,
    this.accountWebAuthnAdd,
    this.accountWebAuthnDelete,
    this.accountWebAuthnIndex,
    this.emailComplete,
    this.emailSend,
    this.emailSent,
    this.emailVerificationRequired,
    this.emailVerify,
    this.helpers,
    this.index,
    this.oauth2Authorize,
    this.oauth2AuthorizedNotRegistered,
    this.oauth2ChildRegistrationNotAllowed,
    this.oauth2ChildRegistrationNotAllowedComplete,
    this.oauth2CompleteRegistration,
    this.oauth2Device,
    this.oauth2DeviceComplete,
    this.oauth2Error,
    this.oauth2Logout,
    this.oauth2Passwordless,
    this.oauth2Register,
    this.oauth2StartIdPLink,
    this.oauth2TwoFactor,
    this.oauth2TwoFactorEnable,
    this.oauth2TwoFactorEnableComplete,
    this.oauth2TwoFactorMethods,
    this.oauth2Wait,
    this.oauth2WebAuthn,
    this.oauth2WebAuthnReauth,
    this.oauth2WebAuthnReauthEnable,
    this.passwordChange,
    this.passwordComplete,
    this.passwordForgot,
    this.passwordSent,
    this.registrationComplete,
    this.registrationSend,
    this.registrationSent,
    this.registrationVerificationRequired,
    this.registrationVerify,
    this.samlv2Logout,
    this.unauthorized});