ContentFilter constructor

ContentFilter({
  1. List<String>? excludedContentCategories,
  2. List<String>? includedContentCategories,
})

Implementation

ContentFilter({
  this.excludedContentCategories,
  this.includedContentCategories,
});