cbl
cbl
MutableDictionaryInterface
setBlob abstract method
setBlob
setBlob
method
Null safety
void
setBlob
(
Blob
?
value
,
{
required
String
key
}
)
Sets a
Blob
for the given
key
.
Implementation
void setBlob(Blob? value, {required String key});
cbl
cbl
MutableDictionaryInterface
setBlob abstract method
MutableDictionaryInterface class
Constructors
MutableDictionaryInterface
Properties
hashCode
keys
length
runtimeType
Methods
array
blob
boolean
contains
date
dictionary
float
integer
noSuchMethod
number
removeValue
setArray
setBlob
setBoolean
setData
setDate
setDictionary
setFloat
setInteger
setNumber
setString
setValue
string
toPlainMap
toString
value
Operators
operator ==
operator []