artwork property

List<MediaImage>? get artwork

Implementation

_i2.List<_i3.MediaImage>? get artwork => ((_i4.getProperty(
      this,
      'artwork',
    )) as _i2.List?)
        ?.cast();
set artwork (List<MediaImage>? value)

Implementation

set artwork(_i2.List<_i3.MediaImage>? value) {
  _i4.setProperty(
    this,
    'artwork',
    value ?? _i6.undefined,
  );
}