imageSizes property

String get imageSizes

Implementation

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

Implementation

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