SequenceCodec<A> constructor

const SequenceCodec<A>(
  1. Codec<A> codec
)

Implementation

const SequenceCodec(this.codec);