s property

double s

Implementation

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

Implementation

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