threads property

int get threads

Implementation

int get threads => getInt("threads");
set threads (int value)

Implementation

set threads(int value) => setInt("threads", value);