thumbnail property
bool
get
thumbnail
Set to true
if thumbnail
value is requested.
Implementation
bool get thumbnail => _wrapped.thumbnail;
set
thumbnail
(bool v)
Implementation
set thumbnail(bool v) {
_wrapped.thumbnail = v;
}