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