MapFilterLtMatcher constructor

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

Implementation

MapFilterLtMatcher(this.field, this.value);