timeout property

int? get timeout

Implementation

int? get timeout => _$this._timeout;
set timeout (int? timeout)

Implementation

set timeout(int? timeout) => _$this._timeout = timeout;