itemqcIdGet method
@param id
Implementation
Future<chopper.Response<WebApiModulesHomeControlsItemQcItemQc>> itemqcIdGet(
{required String? id}) {
generatedMapping.putIfAbsent(WebApiModulesHomeControlsItemQcItemQc,
() => WebApiModulesHomeControlsItemQcItemQc.fromJsonFactory);
return _itemqcIdGet(id: id);
}