ValueKey.new constructor - ValueKey - foundation library (original) (raw)

description

constValueKey<T>(

  1. T value )

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

Implementation

const ValueKey(this.value);