a property

double a

Implementation

double get a => w;
void a=(double arg)

Implementation

set a(double arg) => w = arg;