attributePost method
Future<Response<WebApiModulesSettingsInventorySettingsAttributeAttribute> >
attributePost({
- required WebApiModulesSettingsInventorySettingsAttributeAttribute? body,
Implementation
Future<
chopper.Response<WebApiModulesSettingsInventorySettingsAttributeAttribute>
>
attributePost({
required WebApiModulesSettingsInventorySettingsAttributeAttribute? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesSettingsInventorySettingsAttributeAttribute,
() => WebApiModulesSettingsInventorySettingsAttributeAttribute
.fromJsonFactory,
);
return _attributePost(body: body);
}