menu
flenx package
documentation
blog/document/blocks/embed_block.dart
EmbedBlock
EmbedBlock.fromJson factory constructor
EmbedBlock.fromJson factory constructor
dark_mode
light_mode
EmbedBlock.fromJson
constructor
EmbedBlock.fromJson
(
Map
<
String
,
Object
?
>
j
)
Implementation
factory EmbedBlock.fromJson(Map<String, Object?> j) => EmbedBlock((j['html'] as String?) ?? '');
flenx package
documentation
blog/document/blocks/embed_block
EmbedBlock
EmbedBlock.fromJson factory constructor
EmbedBlock class