ping property

String get ping

Implementation

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

Implementation

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