num ty

Source

num get ty => _data[5];
void ty=(num n)

Source

set ty (num n) {
  _data[5] = n.toDouble();
}