colno property

int colno

Implementation

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

Implementation

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