EncodingPlaceholder<E> constructor

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

Implementation

EncodingPlaceholder(
  super.key,
  super.type,
  this.placeholder,
  this.valueEncoder,
);