p property

double p
inherited

Implementation

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

Implementation

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