radius property

double radius

The radius of the sphere.

Implementation

double get radius => _radius;
void radius= (double value)

Implementation

set radius(double value) => _radius = value;