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