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