artist property

String get artist

Implementation

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

Implementation

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