uploadedImages property

  1. @JsonKey(name: "uploadedImagesListenable", toJson: toNull, fromJson: toNull, includeIfNull: false, includeToJson: false)
ValueListenable<List<AiutaUploadedImage>> uploadedImages
final

List of images uploaded by the user.

This list is used to show the user the history of uploaded images and allow the user to select an image to start virtual try-on. Images are displayed in the order as-is, without any sorting.

Implementation

@JsonKey(
    name: "uploadedImagesListenable",
    toJson: toNull,
    fromJson: toNull,
    includeIfNull: false,
    includeToJson: false)
final ValueListenable<List<AiutaUploadedImage>> uploadedImages;