Transforms this instance into a JSON object.
@override Map<String,dynamic> toJSON() { final json = super.toJSON(); json['radius'] = radius; return json; }