EmbedRequest.fromJson constructor

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

Creates a EmbedRequest from a JSON map.

Implementation

factory EmbedRequest.fromJson(Map<String, dynamic> json) =>
    $schema.parse(json);