b property

double b
inherited

Implementation

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

Implementation

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