t property

double t

Implementation

double get t => y;
void t=(double arg)

Implementation

set t(double arg) => y = arg;