toDecodeBase64 property

String get toDecodeBase64

Base64解密

Implementation

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