soundprofilesoundManyPost method
Future<Response<List<MicrosoftAspNetCoreMvcActionResultWebApiModulesSettingsUserSettingsSoundProfileSoundSoundProfileSoundLogic> > >
soundprofilesoundManyPost({
- required List<
WebApiModulesSettingsUserSettingsSoundProfileSoundSoundProfileSound> ? body,
Implementation
Future<
chopper.Response<
List<
MicrosoftAspNetCoreMvcActionResultWebApiModulesSettingsUserSettingsSoundProfileSoundSoundProfileSoundLogic
>
>
>
soundprofilesoundManyPost({
required List<
WebApiModulesSettingsUserSettingsSoundProfileSoundSoundProfileSound
>?
body,
}) {
generatedMapping.putIfAbsent(
MicrosoftAspNetCoreMvcActionResultWebApiModulesSettingsUserSettingsSoundProfileSoundSoundProfileSoundLogic,
() =>
MicrosoftAspNetCoreMvcActionResultWebApiModulesSettingsUserSettingsSoundProfileSoundSoundProfileSoundLogic
.fromJsonFactory,
);
return _soundprofilesoundManyPost(body: body);
}