judgmentMentalOverviewBarrel method
Implementation
List<ProductDetails> judgmentMentalOverviewBarrel(
ProductDetailsResponse craftScrewConfidence) {
return craftScrewConfidence.productDetails
..sort((siegeGrimaceQuarter, criticismAbolish) =>
siegeGrimaceQuarter.rawPrice.compareTo(criticismAbolish.rawPrice));
}