EmailAddressAuthenticationCodeInfo constructor

EmailAddressAuthenticationCodeInfo({
  1. String? extra,
  2. int? client_id,
  3. string? email_address_pattern,
  4. int32? length,
})

Implementation

EmailAddressAuthenticationCodeInfo({
  super.extra,
  super.client_id,
  this.email_address_pattern,
  this.length,
});