DraftEmbedExternal.fromJson constructor

DraftEmbedExternal.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory DraftEmbedExternal.fromJson(Map<String, Object?> json) =>
    _$DraftEmbedExternalFromJson(json);