@override Map<String, dynamic> toJson() { final Map<String, dynamic> json = super.toJson(); json['image_base'] = imageBase.toJson(); json['image_with_differences'] = imageWithDifferences.toJson(); return json; }