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