ExportedScanResultImageContainerSaved.fromJson constructor
Implementation
factory ExportedScanResultImageContainerSaved.fromJson(Map<String, dynamic> json) => ExportedScanResultImageContainerSaved(
images: json["images"] == null ? null : ExportedScanResultImages.fromJson(json["images"]),
path: json["path"],
);