s property

double get s

Implementation

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

Implementation

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