image property

String image

Implementation

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

Implementation

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