countryPost method

Implementation

Future<chopper.Response<WebApiModulesSettingsAddressSettingsCountryCountry>>
    countryPost(
        {required WebApiModulesSettingsAddressSettingsCountryCountry? body}) {
  generatedMapping.putIfAbsent(
      WebApiModulesSettingsAddressSettingsCountryCountry,
      () =>
          WebApiModulesSettingsAddressSettingsCountryCountry.fromJsonFactory);

  return _countryPost(body: body);
}