EmbedDecoder<T extends ParagraphEmbed> typedef

EmbedDecoder<T extends ParagraphEmbed> = T Function(Map<String, dynamic>)

Function that decodes an embed.

Implementation

typedef EmbedDecoder<T extends ParagraphEmbed> = T Function(
    Map<String, dynamic>);