artwork property

ReadonlyArray<MediaImage> get artwork

Implementation

_i9.ReadonlyArray<_i3.MediaImage> get artwork => _i4.getProperty(
      this,
      'artwork',
    );
set artwork (ReadonlyArray<MediaImage> value)

Implementation

set artwork(_i9.ReadonlyArray<_i3.MediaImage> value) {
  _i4.setProperty(
    this,
    'artwork',
    value,
  );
}