fromBase64 method

String fromBase64()

Decodes a Base64-encoded string back to a plain string.

Implementation

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