countryCountryidPut method
Future<Response<WebApiModulesSettingsAddressSettingsCountryCountry> >
countryCountryidPut({
- required String? countryId,
- 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);
}