EmailAddressAuthenticationCode constructor
EmailAddressAuthenticationCode({
- required String code,
Implementation
EmailAddressAuthenticationCode({required this.code});
EmailAddressAuthenticationCode({required this.code});