laborcategoryPost method

Implementation

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

  return _laborcategoryPost(body: body);
}