DraftEmbedVideo.fromJson constructor

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

Implementation

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