b property

double b

Implementation

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

Implementation

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