Circle<T extends num> constructor

Circle<T extends num>(
  1. T x,
  2. T y,
  3. T radius
)

Implementation

Circle(this.x, this.y, this.radius);