num tx

Source

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

Source

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