DraftEmbedLocalRef.fromJson constructor

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

Implementation

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