MapFilterInMatcher constructor

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

Implementation

MapFilterInMatcher(this.field, this.values);