inventoryvendorIdGet method

Future<Response<WebApiModulesInventoryInventoryVendorInventoryVendor>> inventoryvendorIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _inventoryvendorIdGet(id: id);
}