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