s property

double s
inherited

Implementation

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

Implementation

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