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