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