encryptionKey property
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;