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