r property

double r
inherited

Implementation

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

Implementation

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