toBase64 method

String toBase64()

Encode String into a Base64 string.

StringをBase64の文字列にエンコードします。

Implementation

String toBase64() => utf8.fuse(base64).encode(this);