attributevalueIdPut method
Future<Response<WebApiModulesSettingsAttributeValueAttributeValue> >
attributevalueIdPut({
- required String? id,
- required WebApiModulesSettingsAttributeValueAttributeValue? body,
@param id
Implementation
Future<chopper.Response<WebApiModulesSettingsAttributeValueAttributeValue>>
attributevalueIdPut({
required String? id,
required WebApiModulesSettingsAttributeValueAttributeValue? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesSettingsAttributeValueAttributeValue,
() => WebApiModulesSettingsAttributeValueAttributeValue.fromJsonFactory,
);
return _attributevalueIdPut(id: id, body: body);
}