Shape.circle constructor

Shape.circle(
  1. double radius
)

Implementation

factory Shape.circle(double radius) = Circle;