ValueKey<T> constructor

const ValueKey<T>(
  1. T value
)

Implementation

const ValueKey(this.value);