synchronous property
int
get
synchronous
0 | OFF | 1 | NORMAL | 2 | FULL | 3 | EXTRA
Implementation
int get synchronous => getInt("synchronous");
set
synchronous
(int value)
0 | OFF | 1 | NORMAL | 2 | FULL | 3 | EXTRA
Implementation
set synchronous(int value) => setInt("synchronous", value);