inventoryattributevalueIdGet method
Future<Response<WebApiModulesInventoryInventoryAttributeValueInventoryAttributeValue> >
inventoryattributevalueIdGet({
- required String? id,
@param id
Implementation
Future<
chopper.Response<
WebApiModulesInventoryInventoryAttributeValueInventoryAttributeValue
>
>
inventoryattributevalueIdGet({required String? id}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryInventoryAttributeValueInventoryAttributeValue,
() => WebApiModulesInventoryInventoryAttributeValueInventoryAttributeValue
.fromJsonFactory,
);
return _inventoryattributevalueIdGet(id: id);
}