relayProtocol property

String get relayProtocol

Implementation

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

Implementation

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