q property

double get q

Implementation

double get q => w;
set q (double arg)

Implementation

set q(double arg) => w = arg;