artist property
String?
get
artist
Implementation
_i2.String? get artist => _i4.getProperty(
this,
'artist',
);
set
artist
(String? value)
Implementation
set artist(_i2.String? value) {
_i4.setProperty(
this,
'artist',
value ?? _i6.undefined,
);
}