EmailAddressAuthenticationCode constructor

EmailAddressAuthenticationCode({
  1. required String code,
})

Implementation

EmailAddressAuthenticationCode({required this.code});