isBase64 property

bool get isBase64

Check if a string is base64 encoded

Implementation

bool get isBase64 => RegexUtils.base64.hasMatch(this);