GeoCircle constructor

GeoCircle(
  1. double radius
)

Constructor of GeoCircle

Implementation

GeoCircle(this.radius) : super(radius, radius);