latency property
bool
get
latency
Implementation
bool get latency => js_util.getProperty(this, 'latency');
set
latency
(bool newValue)
Implementation
set latency(bool newValue) {
js_util.setProperty(this, 'latency', newValue);
}