include static method

EmailAccountRequestInclude include({
  1. SecretChallengeInclude? challenge,
  2. SecretChallengeInclude? createAccountChallenge,
})

Implementation

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