NiceCookieCategory constructor
- required NiceCookieCategoryType type,
- required String title,
- required String description,
- bool required = false,
Implementation
const NiceCookieCategory({
required this.type,
required this.title,
required this.description,
this.required = false,
});