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
Constructors
fromBytes
fromString
fromUri
Properties
charset
contentText
hashCode
isBase64
mimeType
parameters
runtimeType
uri
Methods
contentAsBytes
contentAsString
isCharset
isEncoding
isMimeType
noSuchMethod
toString
Operators
operator ==
Static methods
parse