CreateAPIApplicationRequest constructor
CreateAPIApplicationRequest({
- APIAuthMethodType? authMethodType,
Implementation
factory CreateAPIApplicationRequest({
$7.APIAuthMethodType? authMethodType,
}) {
final result = create();
if (authMethodType != null) result.authMethodType = authMethodType;
return result;
}