Category constructor
Category({
- String? cname,
- String? cpic,
- List<
Subcategory> ? subcategories, - int? cid,
Implementation
Category({
this.cname,
this.cpic,
this.subcategories,
this.cid,
});