toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (ciphertext != null) 'ciphertext': ciphertext!,
      if (ciphertextCrc32c != null) 'ciphertextCrc32c': ciphertextCrc32c!,
    };