xtcT property

double? get xtcT

XTC sampling temperature

Implementation

double? get xtcT => _xtcT;
set xtcT (double? value)

Implementation

set xtcT(double? value) {
  _xtcT = value;
  notifyListeners();
}