b property

double get b
inherited

Implementation

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

Implementation

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