Fts3 class

Marks an Entity annotated class as an FTS3 entity. This class will have a mapping SQLite FTS3 table in the database.

Constructors

Fts3({String tokenizer = FtsTokenizer.simple, List<String> tokenizerArgs = const []})
Creates an Fts3 constant which can be used to mark an Entity annotated class as an FTS3 entity.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenizer String
The tokenizer to be used in the FTS table. The default value is FtsTokenizer.simple. Tokenizer arguments can be defined with tokenizerArgs.
final
tokenizerArgs List<String>
Optional arguments to configure the defined tokenizer.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited