Fts3 constructor

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

Implementation

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