MapFilterExistsMatcher constructor

MapFilterExistsMatcher(
  1. String field,
  2. bool value
)

Implementation

MapFilterExistsMatcher(this.field, this.value);