toDecodeBase64 property
String
get
toDecodeBase64
Base64解密
Implementation
String get toDecodeBase64 => String.fromCharCodes(base64Decode(this));
Base64解密
String get toDecodeBase64 => String.fromCharCodes(base64Decode(this));