MapMatcherEq constructor

MapMatcherEq(
  1. String field,
  2. Object? value
)

Implementation

MapMatcherEq(this.field, this.value);