timeout property

int timeout

Implementation

int get timeout => js_util.getProperty(this, 'timeout');
void timeout=(int newValue)

Implementation

set timeout(int newValue) {
  js_util.setProperty(this, 'timeout', newValue);
}