attributevaluePost method

Implementation

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

  return _attributevaluePost(body: body);
}