cols property

String get cols

Implementation

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

Implementation

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