thumbnail property
dynamic
get
thumbnail
Thumbnail preview of the image (Base64 encoded).
Used for quick preview without downloading the full image file.
Implementation
TransportableFile? get thumbnail;
set
thumbnail
(dynamic img)
Implementation
set thumbnail(TransportableFile? img);