EncodingValueText<E> constructor
EncodingValueText<E> (
- String key,
- Type? type,
- String resolvedValue,
- ValueEncoder<
E, EncodingValueText< valueEncoder,E> >
Implementation
EncodingValueText(
super.key,
super.type,
this.resolvedValue,
this.valueEncoder,
);