NotLogicalFilter constructor

NotLogicalFilter(
  1. Filter filter
)

Implementation

NotLogicalFilter(this.filter) : super(FilterTypes.NOT);