busy_timeout property
int
get
busy_timeout
Implementation
int get busy_timeout => getInt("busy_timeout");
set
busy_timeout
(int value)
Implementation
set busy_timeout(int value) => setInt("busy_timeout", value);