sizes property

Iterable<int> sizes

Implementation

Iterable<int> get sizes => js_util.getProperty(this, 'sizes');
void sizes=(Iterable<int> newValue)

Implementation

set sizes(Iterable<int> newValue) {
  js_util.setProperty(this, 'sizes', newValue);
}