AccountVerifyEmail constructor

const AccountVerifyEmail({
  1. required EmailVerifyPurposeBase purpose,
  2. required EmailVerificationBase verification,
})

Account Verify Email constructor.

Implementation

const AccountVerifyEmail({required this.purpose, required this.verification})
    : super._();