Key<T> constructor

const Key<T>(
  1. String name,
  2. T dft
)

Implementation

const Key(this.name, this.dft);