ValueKey.new constructor - ValueKey - foundation library (original) (raw)
constValueKey<T>(
- T value )
Creates a key that delegates its operator== to the given value.
Implementation
const ValueKey(this.value);
constValueKey<T>(
Creates a key that delegates its operator== to the given value.
const ValueKey(this.value);