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