p property

double get p
inherited

Implementation

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

Implementation

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