propsconditionIdPut method

@param id

Implementation

Future<
        chopper.Response<
            WebApiModulesSettingsPropsSettingsPropsConditionPropsCondition>>
    propsconditionIdPut(
        {required String? id,
        required WebApiModulesSettingsPropsSettingsPropsConditionPropsCondition?
            body}) {
  generatedMapping.putIfAbsent(
      WebApiModulesSettingsPropsSettingsPropsConditionPropsCondition,
      () => WebApiModulesSettingsPropsSettingsPropsConditionPropsCondition
          .fromJsonFactory);

  return _propsconditionIdPut(id: id, body: body);
}