isVectorIndex property

bool get isVectorIndex

Whether the index is of vector type.

Implementation

bool get isVectorIndex => VectorIndexType.values.any((e) => e.name == type);