t property

double t
inherited

Implementation

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

Implementation

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