toJson method

Map<String, dynamic> toJson()

Implementation

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