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