propsconditionPost method

Implementation

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

  return _propsconditionPost(body: body);
}