DraftEmbedImage.fromJson constructor

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

Implementation

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