class Product { String id; String name; double price; String type; String category; Product(this.id,this.name,this.price,this.type,this.category); }