toDecodedBase64 property
String
get
toDecodedBase64
Base64 decryption
Implementation
String get toDecodedBase64 => String.fromCharCodes(base64Decode(this));
Base64 decryption
String get toDecodedBase64 => String.fromCharCodes(base64Decode(this));