toDecodedBase64 property

String toDecodedBase64

Base64 decryption

Implementation

String get toDecodedBase64 => String.fromCharCodes(base64Decode(this));