artist property

String artist

Implementation

String get artist => js_util.getProperty(this, 'artist');
void artist=(String newValue)

Implementation

set artist(String newValue) {
  js_util.setProperty(this, 'artist', newValue);
}