type property

IndexType? type
final

Specifies how an index is stored in Isar.

Defaults to:

  • IndexType.hash for String and Uint8List
  • IndexType.hashElements for List<String>
  • IndexType.value for all other types

Implementation

final IndexType? type;