Checks if the string is Base64 encoded.
bool isBase64({bool urlSafe = false}) { return _isBase64(this, urlSafe); }