sembast
sembast_blob
Blob
toBase64 method
toBase64
sembast
sembast_blob
Blob
toBase64 method
Blob class
Constructors
Blob
fromList
Properties
bytes
hashCode
length
runtimeType
Methods
compareTo
toBase64
toString
noSuchMethod
Operators
operator ==
operator []
Static methods
fromBase64
toBase64
method
String
toBase64
(
)
Base64 encoding.
Implementation
String toBase64() => base64Encode(bytes);