OptionCodec<E> constructor

const OptionCodec<E>(
  1. Codec<E> subtypeCodec
)

Implementation

const OptionCodec(this.subtypeCodec);