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