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