countryIdGet method

Future<Response<WebApiModulesSettingsAddressSettingsCountryCountry>> countryIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _countryIdGet(id: id);
}