type property

IndexType? type
final

Specifies how an index is stored in Isar.

Defaults to:

  • IndexType.hash for Strings and Lists
  • IndexType.value for all other types

Implementation

final IndexType? type;