nThreads property
int?
get
nThreads
number of threads to use for generation
Implementation
int? get nThreads => _nThreads;
set
nThreads
(int? value)
Implementation
set nThreads(int? value) {
_nThreads = value;
notifyListeners();
}