rows property

String get rows

Implementation

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

Implementation

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