ty property

double ty

Implementation

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

Implementation

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