toDecodedBase64 property

String get toDecodedBase64

Base64 decryption

Implementation

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