inventorymaterialIdGet method

Future<Response<WebApiModulesInventoryInventoryMaterialInventoryMaterial>> inventorymaterialIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _inventorymaterialIdGet(id: id);
}