Category constructor
Category({
- List<
CategoryItems> ? items, - String? kind,
Implementation
Category({
this.items,
this.kind,
});
Category({
this.items,
this.kind,
});