laborcategoryIdGet method
Future<Response<WebApiModulesSettingsLaborSettingsLaborCategoryLaborCategory> >
laborcategoryIdGet({
- required String? id,
@param id
Implementation
Future<
chopper.Response<
WebApiModulesSettingsLaborSettingsLaborCategoryLaborCategory>>
laborcategoryIdGet({required String? id}) {
generatedMapping.putIfAbsent(
WebApiModulesSettingsLaborSettingsLaborCategoryLaborCategory,
() => WebApiModulesSettingsLaborSettingsLaborCategoryLaborCategory
.fromJsonFactory);
return _laborcategoryIdGet(id: id);
}