toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final dataTypeCounts = this.dataTypeCounts;
final recordCount = this.recordCount;
final uploadMatchRateRange = this.uploadMatchRateRange;
return {
'dataTypeCounts': ?dataTypeCounts,
'recordCount': ?recordCount,
'uploadMatchRateRange': ?uploadMatchRateRange,
};
}