tVal property

Time? get tVal

Implementation

Time? get tVal => this._tVal;
set tVal (Time? tVal)

Implementation

set tVal(Time? tVal) {
  this._tVal = tVal;
}