rows property

int get rows

Implementation

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

Implementation

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