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