p property

double p

Implementation

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

Implementation

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