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