ServerCartCount constructor

ServerCartCount({
  1. required int noOfProducts,
})

Implementation

ServerCartCount({required this.noOfProducts});