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