InBrainFilter constructor

const InBrainFilter({
  1. String? placementId,
  2. List<InBrainCategory>? categoryIds,
  3. List<InBrainCategory>? excludedCategoryIds,
})

Implementation

const InBrainFilter({
  this.placementId,
  this.categoryIds,
  this.excludedCategoryIds,
});