xtcP property

double? get xtcP

XTC sampling probability

Implementation

double? get xtcP => _xtcP;
set xtcP (double? value)

Implementation

set xtcP(double? value) {
  _xtcP = value;
  notifyListeners();
}