Circular constructor

Circular(
  1. int radius,
  2. LatLon latLng
)

Implementation

Circular(this.radius, this.latLng);