image property

void image=(dynamic value)

Implementation

set image(dynamic? value) {
  js_util.setProperty(this, 'image', value ?? jsUndefined);
}