base64 property

String base64

Gets the Encrypted bytes as a Base64 representation.

Implementation

String get base64 => convert.base64.encode(_bytes);