toEncodeBase64 property
String
get
toEncodeBase64
Base64加密
Implementation
String get toEncodeBase64 => base64Encode(utf8.encode(this));
Base64加密
String get toEncodeBase64 => base64Encode(utf8.encode(this));