CategorizedContent constructor
CategorizedContent({
- required String category,
- required List<
Content> contents, - NextSearch? next,
Implementation
CategorizedContent({
required this.category,
required this.contents,
this.next,
});