inventoryattributevaluePost method
Future<Response<WebApiModulesHomeControlsInventoryAttributeValueInventoryAttributeValue> >
inventoryattributevaluePost({})
Implementation
Future<
chopper.Response<
WebApiModulesHomeControlsInventoryAttributeValueInventoryAttributeValue>>
inventoryattributevaluePost(
{required WebApiModulesHomeControlsInventoryAttributeValueInventoryAttributeValue?
body}) {
generatedMapping.putIfAbsent(
WebApiModulesHomeControlsInventoryAttributeValueInventoryAttributeValue,
() =>
WebApiModulesHomeControlsInventoryAttributeValueInventoryAttributeValue
.fromJsonFactory);
return _inventoryattributevaluePost(body: body);
}