EmbedExternalView.fromJson constructor

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

Implementation

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