toJSON method

List<num> toJSON()

Implementation

List<num> toJSON() {
  var _data = center.toJSON();
  _data.add(radius);

  return _data;
}