EmailAddressAuthenticationCodeInfo constructor
const
EmailAddressAuthenticationCodeInfo({})
Information about the email address authentication code that was sent
Implementation
const EmailAddressAuthenticationCodeInfo({
required this.emailAddressPattern,
required this.length,
this.extra,
this.clientId,
});