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