column property

int column

Implementation

int get column => js_util.getProperty(this, 'column');
void column=(int newValue)

Implementation

set column(int newValue) {
  js_util.setProperty(this, 'column', newValue);
}