include static method
EmailAccountRequestInclude
include({
- SecretChallengeInclude? challenge,
- SecretChallengeInclude? createAccountChallenge,
Implementation
static EmailAccountRequestInclude include({
_i2.SecretChallengeInclude? challenge,
_i2.SecretChallengeInclude? createAccountChallenge,
}) {
return EmailAccountRequestInclude._(
challenge: challenge,
createAccountChallenge: createAccountChallenge,
);
}