core.Map<core.String, core.dynamic> toJson() { final circle = this.circle; return {'circle': ?circle}; }