Fts4 constructor

Fts4(
  1. String tokenizer,
  2. List<String> tokenizerArgs
)

Implementation

Fts4(
  this.tokenizer,
  this.tokenizerArgs,
);