fromBase64 method

String fromBase64()

Decodes Base64-encoded String.

Base64エンコードされたStringをデコードします。

Implementation

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