toJson method

Map<String, dynamic> toJson()

Implementation

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