inventoryattributevalueIdGet method

Future<Response<WebApiModulesInventoryInventoryAttributeValueInventoryAttributeValue>> inventoryattributevalueIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _inventoryattributevalueIdGet(id: id);
}