xtcSeed property

int? get xtcSeed

XTC sampling seed

Implementation

int? get xtcSeed => _xtcSeed;
set xtcSeed (int? value)

Implementation

set xtcSeed(int? value) {
  _xtcSeed = value;
  notifyListeners();
}