b property

double get b

Implementation

double get b => z;
set b (double arg)

Implementation

set b(double arg) => z = arg;