EmailAuthenticationResult constructor

const EmailAuthenticationResult({
  1. String result = '',
  2. String description = '',
  3. String rawValue = '',
  4. Map<String, String> tags = const {},
})

Implementation

const EmailAuthenticationResult({
  this.result = '',
  this.description = '',
  this.rawValue = '',
  this.tags = const {},
});