cbl
cbl
MutableArrayInterface
addDictionary abstract method
addDictionary
addDictionary
method
Null safety
void
addDictionary
(
Dictionary
?
value
)
Adds a
Dictionary
at the end of this array.
Implementation
void addDictionary(Dictionary? value);
cbl
cbl
MutableArrayInterface
addDictionary abstract method
MutableArrayInterface class
Constructors
MutableArrayInterface
Properties
hashCode
length
runtimeType
Methods
addArray
addBlob
addBoolean
addDate
addDictionary
addFloat
addInteger
addNumber
addString
addValue
array
blob
boolean
date
dictionary
float
insertArray
insertBlob
insertBoolean
insertDate
insertDictionary
insertFloat
insertInteger
insertNumber
insertString
insertValue
integer
noSuchMethod
number
removeValue
setArray
setBlob
setBoolean
setData
setDate
setDictionary
setFloat
setInteger
setNumber
setString
setValue
string
toPlainList
toString
value
Operators
operator ==
operator []