isBase64 property
bool
get
isBase64
Whether the content is base64 encoded.
Implementation
bool get isBase64 => encoding == "base64";
Whether the content is base64 encoded.
bool get isBase64 => encoding == "base64";