BuildingFilter constructor

BuildingFilter({
  1. required String name,
  2. required String description,
  3. required List<BuildingFilterBlock> blocks,
})

Creates a new building filter with filter blocks.

Parameters:

  • name — The name of the filter.
  • description — The description of the filter.
  • blocks — The filter blocks that define which features are visible and how they should be drawn.