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