dart / 2 / dart-core / uridata / isbase64.html

isBase64 property

bool isBase64

Whether the data is Base64 encoded or not.

Implementation

bool get isBase64 => _separatorIndices.length.isOdd;

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-core/UriData/isBase64.html