s property

double get s
inherited

Implementation

double get s => x;
set s (double arg)
inherited

Implementation

set s(double arg) => x = arg;