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