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