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