remoteId property

String remoteId

Implementation

String get remoteId => js_util.getProperty(this, 'remoteId');
void remoteId=(String newValue)

Implementation

set remoteId(String newValue) {
  js_util.setProperty(this, 'remoteId', newValue);
}