ServerCartCount.fromJson constructor

ServerCartCount.fromJson(
  1. Map<String, dynamic> json
)

Implementation

ServerCartCount.fromJson(Map<String, dynamic> json) {
  noOfProducts = json["noOfProducts"];
}