artwork property
Iterable<MediaImage>
get
artwork
Implementation
Iterable<MediaImage> get artwork => js_util.getProperty(this, 'artwork');
set
artwork
(Iterable<MediaImage> newValue)
Implementation
set artwork(Iterable<MediaImage> newValue) {
js_util.setProperty(this, 'artwork', newValue);
}