r property

double r

Implementation

double get r => x;
void r=(double arg)

Implementation

set r(double arg) => x = arg;