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