relayProtocol property

String relayProtocol

Implementation

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

Implementation

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