DraftEmbedGallery.fromJson constructor

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

Implementation

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