decoded String
Decodes the base64-encoded value to a UTF-8 string.
Warning: This property throws an exception if the decoded bytes are not valid UTF-8. Use decodedStringOrNull if you're unsure whether the data is text or binary.
Return
The decoded UTF-8 string
Throws
if the decoded bytes are not valid UTF-8