MapFilterNotInMatcher constructor

MapFilterNotInMatcher(
  1. String field,
  2. List<Object?> values
)

Implementation

MapFilterNotInMatcher(this.field, this.values);