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