toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final boundingPolys = this.boundingPolys;
  final name = this.name;
  final uri = this.uri;
  return {'boundingPolys': ?boundingPolys, 'name': ?name, 'uri': ?uri};
}