EmbedCodec<T extends ParagraphEmbed> constructor

const EmbedCodec<T extends ParagraphEmbed>(
  1. String key,
  2. EmbedDecoder<T> decoder,
  3. EmbedEncoder<T> encoder
)

Create an embed codec.

Implementation

const EmbedCodec(this.key, this.decoder, this.encoder);