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