RecoveryEmailAddress constructor
Contains information about the current recovery email address
Implementation
const RecoveryEmailAddress({
required this.recoveryEmailAddress,
this.extra,
this.clientId,
});
Contains information about the current recovery email address
const RecoveryEmailAddress({
required this.recoveryEmailAddress,
this.extra,
this.clientId,
});