OrLogicalFilter constructor

OrLogicalFilter(
  1. List<Filter> filters
)

Implementation

OrLogicalFilter(this.filters) : super(FilterTypes.OR);