inventoryreceiptItemmaterialsIdGet method

Future<Response<WebApiModulesInventoryInventoryReceiptItemMaterial>> inventoryreceiptItemmaterialsIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _inventoryreceiptItemmaterialsIdGet(id: id);
}