EncodingPlaceholderIndex<E> constructor

EncodingPlaceholderIndex<E>(
  1. String key,
  2. Type? type,
  3. String placeholder,
  4. int index,
  5. ValueEncoder<E, EncodingPlaceholderIndex<E>> valueEncoder,
)

Implementation

EncodingPlaceholderIndex(
    super.key, super.type, this.placeholder, this.index, this.valueEncoder);