EncodingValue<E, T extends EncodingValue<E, T>> constructor

EncodingValue<E, T extends EncodingValue<E, T>>(
  1. String key,
  2. Type? type
)

Implementation

EncodingValue(this.key, this.type);