QueryTerm constructor

const QueryTerm(
  1. String text, {
  2. bool isNegated = false,
})

Implementation

const QueryTerm(this.text, {this.isNegated = false});