length property

int length

Implementation

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

Implementation

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