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