shipviaIdGet method

Future<Response<WebApiModulesSettingsShipViaSettingsShipViaShipVia>> shipviaIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _shipviaIdGet(id: id);
}