EmbedExternal.fromJson constructor

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

Implementation

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