type property
Specifies how an index is stored in Isar.
Defaults to:
IndexType.hashforStrings andListsIndexType.valuefor all other types
Implementation
final IndexType? type;
Specifies how an index is stored in Isar.
Defaults to:
IndexType.hash for Strings and ListsIndexType.value for all other typesfinal IndexType? type;