DocumentDeltaDecoder constructor

const DocumentDeltaDecoder(
  1. Map<String, TextAttributeDeltaCodec> attributeCodecs,
  2. Map<String, EmbedDecoder<ParagraphEmbed>> embedDecoders
)

Create a decoder.

Implementation

const DocumentDeltaDecoder(
  this.attributeCodecs,
  this.embedDecoders,
);