toJson method

Map<String, dynamic> toJson()

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};
}