EmbedImagesImage.fromJson constructor

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

Implementation

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