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