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