t property

double get t

Implementation

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

Implementation

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