RichEmbedFieldRequest.fromJson constructor

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

Implementation

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