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