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