const ValueKey(T value)

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

Source

const ValueKey(this.value);