NotInFilter constructor

NotInFilter(
  1. List<String> values
)

Implementation

NotInFilter(this.values) : super(FilterTypes.NOT_IN);