fts4 top-level constant
Fts4
const fts4
Marks an Entity annotated class as an FTS4 entity. This class will have a mapping SQLite FTS4 table in the database.
It uses the FtsTokenizer.simple with no additional Fts4.tokenizerArgs.
Implementation
const fts4 = Fts4();