DraftEmbedRecord.fromJson constructor

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

Implementation

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