EmbedImagesViewImage.fromJson constructor

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

Implementation

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