ValueIndex constructor

ValueIndex(
  1. Iterable<ValueIndexItem> items
)

Creates a value index from the ValueIndexItems to index.

Implementation

factory ValueIndex(Iterable<ValueIndexItem> items) => ValueIndexImpl(items);