encoding property

String? encoding
getter/setter pair

If the AtValue is public data (i.e. it is not encrypted) and contains one or more new line (\n) characters, then the data will be encoded, and the encoding will be set to type of encoding (e.g. "base64")

Implementation

String? encoding;