CircleEquation({ required this.h, required this.k, required this.r, }) { assert(r >= 0, 'r should not be smaller than 0'); }