rows property

int rows

Implementation

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

Implementation

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