isBase64 property Null safety

bool isBase64

Whether the data is Base64 encoded or not.

Implementation

bool get isBase64 => _separatorIndices.length.isOdd;