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