clone method

Circle clone()

Creates a new Circle object whose values are the same as this instance.

Implementation

Circle clone() => copyWith();