ping property

String ping

Implementation

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

Implementation

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