class ProductCategory { String id; String name; String type; ProductCategory(this.id,this.name,this.type); }