a property

double get a

Implementation

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

Implementation

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