p property

double get p

Implementation

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

Implementation

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