toJson method

Map<String, dynamic> toJson()

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,
  };
}