DocumentDeltaEncoder constructor

const DocumentDeltaEncoder(
  1. Object? attributeEncoder(
    1. TextAttribute attribute
    ),
  2. Map<Type, EmbedEncoder<ParagraphEmbed>> embedEncoders
)

Create an encoder.

Implementation

const DocumentDeltaEncoder(
  this.attributeEncoder,
  this.embedEncoders,
);