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