isBase64 property

bool isBase64

Whether the data is Base64 encoded or not.

Implementation

bool get isBase64 => _separatorIndices.length.isOdd;