QueryMatch constructor

QueryMatch(
  1. String field,
  2. String value
)

Implementation

QueryMatch(this.field, this.value);