tx property

double tx

Implementation

double get tx => d5;
void tx=(double tx)

Implementation

set tx(double tx) {
  d5 = tx;
}