AccountRecoverySettingType constructor

AccountRecoverySettingType({
  1. List<RecoveryOptionType>? recoveryMechanisms,
})

Implementation

AccountRecoverySettingType({
  this.recoveryMechanisms,
});