EmbedExternalViewExternal.fromJson constructor

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

Implementation

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