EmbedRequest.fromJson constructor
Creates a EmbedRequest from a JSON map.
Implementation
factory EmbedRequest.fromJson(Map<String, dynamic> json) =>
$schema.parse(json);
Creates a EmbedRequest from a JSON map.
factory EmbedRequest.fromJson(Map<String, dynamic> json) =>
$schema.parse(json);