ValueKey<T> constructor
const
ValueKey<T> (
- T value
Creates a ValueKey with the given value.
Implementation
const ValueKey(this.value);
Creates a ValueKey with the given value.
const ValueKey(this.value);