cols property

String cols

Implementation

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

Implementation

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