AppFlowyEditorHTMLCodec constructor

const AppFlowyEditorHTMLCodec({
  1. List<HTMLNodeParser> encodeParsers = const [],
})

Implementation

const AppFlowyEditorHTMLCodec({
  this.encodeParsers = const [],
});