EmbedGalleryView.fromJson constructor

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

Implementation

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