EmbedBlock.fromJson constructor

EmbedBlock.fromJson(
  1. Map<String, Object?> j
)

Implementation

factory EmbedBlock.fromJson(Map<String, Object?> j) =>
    EmbedBlock((j['html'] as String?) ?? '');