Token constructor
Instantiates a Token instance:
termis the term that will be looked up in the index;termPositionis the zero-based position of thetermin an ordered list of all the terms in the source text;zoneis the nullable / optional name of the zone thetermis in;
Implementation
const Token(this.term, this.n, this.termPosition, [this.zone]);