addQueryChunk method

void addQueryChunk(
  1. String text
)

Implementation

void addQueryChunk(String text) {
  _queryChunks.add(text);
}