InBrainFilter constructor
const
InBrainFilter({
- String? placementId,
- List<
InBrainCategory> ? categoryIds, - List<
InBrainCategory> ? excludedCategoryIds,
Implementation
const InBrainFilter({
this.placementId,
this.categoryIds,
this.excludedCategoryIds,
});