AddMultiFactorToLoginPolicyResponse constructor
AddMultiFactorToLoginPolicyResponse({
- ObjectDetails? details,
Implementation
factory AddMultiFactorToLoginPolicyResponse({
$1.ObjectDetails? details,
}) {
final result = create();
if (details != null) result.details = details;
return result;
}