imageSrcset property

String imageSrcset

Implementation

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

Implementation

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