toEncodeBase64 property

String toEncodeBase64

Base64加密

Implementation

String get toEncodeBase64 => base64Encode(utf8.encode(this));