Embed.fromJson constructor

Embed.fromJson(
  1. Map<String, dynamic> json
)

From json

Implementation

factory Embed.fromJson(Map<String, dynamic> json) => _$EmbedFromJson(json);