laborcategoryIdGet method

Future<Response<WebApiModulesSettingsLaborSettingsLaborCategoryLaborCategory>> laborcategoryIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _laborcategoryIdGet(id: id);
}