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