generatedImages property

  1. @JsonKey(name: "generatedImagesListenable", toJson: toNull, fromJson: toNull, includeIfNull: false, includeToJson: false)
ValueListenable<List<AiutaHistoryImage>> generatedImages
final

List of images generated by the Aiuta. Images are displayed in the order as-is, without any sorting.

Implementation

@JsonKey(
    name: "generatedImagesListenable",
    toJson: toNull,
    fromJson: toNull,
    includeIfNull: false,
    includeToJson: false)
final ValueListenable<List<AiutaHistoryImage>> generatedImages;