encryptionKey property

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

Encryption key in string type.

Note

If you do not set an encryption key or set it as null, you cannot use the built-in encryption, and the SDK returns ErrorCode.InvalidArgument.

Implementation

@JsonKey(includeIfNull: false)
String? encryptionKey;