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