menu
Dart
dart:core
UriData
isBase64 property
isBase64
brightness_4
brightness_5
description
isBase64
property
bool
isBase64
Whether the data is Base64 encoded or not.
Implementation
bool get isBase64 => _separatorIndices.length.isOdd;
Dart
dart:core
UriData
isBase64 property
UriData class