cbl
cbl
MutableDictionaryInterface
setString abstract method
setString
setString
method
Null safety
void
setString
(
String
?
value
,
{
required
String
key
}
)
Sets a
String
for the given
key
.
Implementation
void setString(String? value, {required String key});
cbl
cbl
MutableDictionaryInterface
setString 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 []