factory Pricing.fromMap(Map<String, dynamic> json) => Pricing( total: json["total"], products: json["products"], );