currentImageSuggestions property

List<NetworkToFileImage>? currentImageSuggestions

The images shown in a carousel for selection.

Implementation

List<NetworkToFileImage>? get currentImageSuggestions => _imageSuggestions;