imageSizes property

String imageSizes

Implementation

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

Implementation

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