latency property

bool latency

Implementation

bool get latency => js_util.getProperty(this, 'latency');
void latency=(bool newValue)

Implementation

set latency(bool newValue) {
  js_util.setProperty(this, 'latency', newValue);
}