attributePost method

Implementation

Future<
  chopper.Response<WebApiModulesSettingsInventorySettingsAttributeAttribute>
>
attributePost({
  required WebApiModulesSettingsInventorySettingsAttributeAttribute? body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesSettingsInventorySettingsAttributeAttribute,
    () => WebApiModulesSettingsInventorySettingsAttributeAttribute
        .fromJsonFactory,
  );

  return _attributePost(body: body);
}