MapFilterGtMatcher constructor

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

Implementation

MapFilterGtMatcher(this.field, this.value);