EncodingValuePrimitive<E, T> constructor

EncodingValuePrimitive<E, T>(
  1. String key,
  2. Type? type,
  3. T resolvedValue,
  4. ValueEncoder<E, EncodingValuePrimitive<E, T>> valueEncoder,
)

Implementation

EncodingValuePrimitive(
    super.key, super.type, this.resolvedValue, this.valueEncoder);