RichEmbedRequestFields.fromJson constructor

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

Implementation

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