encryptionKey property

  1. @JsonKey(includeIfNull: false)
String? encryptionKey
getter/setter pair

Encryption key in string type. If you do not set an encryption key or set it as null, you cannot use the built-in encryption, and the SDK returns -2.

Implementation

@JsonKey(includeIfNull: false)
String? encryptionKey;