EncodingValueText<E> constructor

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

Implementation

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