cols property
int
get
cols
Implementation
int get cols => js_util.getProperty(this, 'cols');
set
cols
(int newValue)
Implementation
set cols(int newValue) {
js_util.setProperty(this, 'cols', newValue);
}