countryCountryidPut method

Future<Response<WebApiModulesSettingsAddressSettingsCountryCountry>> countryCountryidPut({
  1. required String? countryId,
  2. required WebApiModulesSettingsAddressSettingsCountryCountry? body,
})

@param CountryId

Implementation

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

  return _countryCountryidPut(countryId: countryId, body: body);
}