fromBase64 method

String fromBase64()

Decoded in Base64.

Implementation

String fromBase64() => utf8.fuse(base64).decode(this);