LengthPrefixedCodec<T> constructor

const LengthPrefixedCodec<T>(
  1. Codec<T> inner
)

Implementation

const LengthPrefixedCodec(this.inner);