EmailAddressAuthenticationCodeInfo constructor

EmailAddressAuthenticationCodeInfo({
  1. required String emailAddressPattern,
  2. required int length,
})

Implementation

EmailAddressAuthenticationCodeInfo({
  required this.emailAddressPattern,
  required this.length,
});