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