ValueKey<T> constructor

const ValueKey<T>(
  1. T value
)

Creates a key that delegates its operator== to the given value.

Implementation

const ValueKey(this.value);