r property
double
get
r
Implementation
double get r => x;
set
r
(double arg)
Implementation
set r(double arg) => x = arg;
double get r => x;
set r(double arg) => x = arg;