MapFilterGteMatcher constructor

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

Implementation

MapFilterGteMatcher(this.field, this.value);