base64 property

String get base64
inherited

Gets the Encrypted bytes as a Base64 representation.

Implementation

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