artwork property

Iterable<MediaImage> artwork

Implementation

Iterable<MediaImage> get artwork => js_util.getProperty(this, 'artwork');
void artwork=(Iterable<MediaImage> newValue)

Implementation

set artwork(Iterable<MediaImage> newValue) {
  js_util.setProperty(this, 'artwork', newValue);
}