within method

Filter within(
  1. List<Comparable> value
)

Implementation

Filter within(List<Comparable> value) => InFilter(field, value);