base64 property
String
get
base64
Gets the Encrypted bytes as a Base64 representation.
Implementation
String get base64 => convert.base64.encode(_bytes);
Gets the Encrypted bytes as a Base64 representation.
String get base64 => convert.base64.encode(_bytes);