DocumentDeltaEncoder constructor
const
DocumentDeltaEncoder(
- Object? attributeEncoder(),
- Map<
Type, EmbedEncoder< embedEncodersParagraphEmbed> >
Create an encoder.
Implementation
const DocumentDeltaEncoder(
this.attributeEncoder,
this.embedEncoders,
);