DraftEmbedCaption.fromJson constructor

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

Implementation

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