typicalP property

double? get typicalP

Typical-P sampling

Implementation

double? get typicalP => _typicalP;
set typicalP (double? value)

Implementation

set typicalP(double? value) {
  _typicalP = value;
  notifyListeners();
}