EmbedVideo.fromJson constructor

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

Implementation

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