QueryLexer constructor

QueryLexer(
  1. String str
)

Implementation

QueryLexer(this.str) {
  length = str.length;
}