r property

double get r
inherited

Implementation

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

Implementation

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