t property

double get t
inherited

Implementation

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

Implementation

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