rows property

String rows

Implementation

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

Implementation

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