size property

int size

Implementation

int get size => js_util.getProperty(this, 'size');
void size=(int newValue)

Implementation

set size(int newValue) {
  js_util.setProperty(this, 'size', newValue);
}