ValueKey< T> constructor
Creates a key that delegates its operator== to the given value.
Implementation
const ValueKey(this.value);
Creates a key that delegates its operator== to the given value.
const ValueKey(this.value);