toDecodeBase64 property

String toDecodeBase64

Base64解密

Implementation

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