RichEmbedRequest.fromJson constructor

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

Implementation

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