TransientKey<T> constructor

const TransientKey<T>(
  1. T value
)

Implementation

const TransientKey(T value) : super(value);