tx property

double tx

Implementation

double get tx => _data[4];
void tx=(num n)

Implementation

set tx(num n) {
  _data[4] = n.toDouble();
}