Dart SDK
dart:core
UriData
isBase64
isBase64
Dart SDK
dart:core
UriData
isBase64
property
isBase64
Dart SDK
dart:core
UriData
Static methods
parse
Constructors
fromBytes
fromString
fromUri
Properties
charset
contentText
isBase64
mimeType
parameters
uri
hashCode
runtimeType
Operators
operator ==
Methods
contentAsBytes
contentAsString
toString
noSuchMethod
bool
isBase64
Whether the data is Base64 encoded or not.
Source
bool get isBase64 => _separatorIndices.length.isOdd;
Cookies management controls