Creates a query term for text; set isNegated for excluded ("-word") terms.
text
isNegated
const QueryTerm(this.text, {this.isNegated = false});