countryPost method
Future<Response<WebApiModulesSettingsAddressSettingsCountryCountry> >
countryPost({
- required WebApiModulesSettingsAddressSettingsCountryCountry? body,
Implementation
Future<chopper.Response<WebApiModulesSettingsAddressSettingsCountryCountry>>
countryPost(
{required WebApiModulesSettingsAddressSettingsCountryCountry? body}) {
generatedMapping.putIfAbsent(
WebApiModulesSettingsAddressSettingsCountryCountry,
() =>
WebApiModulesSettingsAddressSettingsCountryCountry.fromJsonFactory);
return _countryPost(body: body);
}