album property
String
get
album
Implementation
String get album => js_util.getProperty(this, 'album');
set
album
(String newValue)
Implementation
set album(String newValue) {
js_util.setProperty(this, 'album', newValue);
}