generatedImages property
- @JsonKey(name: "generatedImagesListenable", toJson: toNull, fromJson: toNull, includeIfNull: false, includeToJson: false)
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;