String? get circle => _$this._circle;
set circle(covariant String? circle) => _$this._circle = circle;