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