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