hash property

bool hash
final

Stores the hash of the value(s) in the index. This saves space and increases performance, but only equality queries are supported. You should always use this if you only want to guarantee uniqueness.

SQLite does not support hash indexes so a value index will be used instead.

Implementation

final bool hash;