pip_services3_commons
pip_services3_commons
StringValueMap
append method
append
append
method
Null safety
void
append
(
dynamic
map
)
Appends new elements to this map.
map
a map with elements to be added.
pip_services3_commons
pip_services3_commons
StringValueMap
append method
StringValueMap class
Constructors
StringValueMap
fromJson
Properties
entries
hashCode
isEmpty
isNotEmpty
keys
length
runtimeType
values
Methods
addAll
addEntries
append
cast
clear
clone
containsKey
containsValue
forEach
fromJson
get
getAsArray
getAsArrayWithDefault
getAsBoolean
getAsBooleanWithDefault
getAsDateTime
getAsDateTimeWithDefault
getAsDouble
getAsDoubleWithDefault
getAsDuration
getAsDurationWithDefault
getAsFloat
getAsFloatWithDefault
getAsInteger
getAsIntegerWithDefault
getAsLong
getAsLongWithDefault
getAsMap
getAsMapWithDefault
getAsNullableArray
getAsNullableBoolean
getAsNullableDateTime
getAsNullableDouble
getAsNullableDuration
getAsNullableFloat
getAsNullableInteger
getAsNullableLong
getAsNullableMap
getAsNullableString
getAsNullableType
getAsObject
getAsString
getAsStringWithDefault
getAsType
getAsTypeWithDefault
getAsValue
getKeys
getValue
innerValue
map
noSuchMethod
put
putIfAbsent
remove
removeWhere
setAsObject
toJson
toString
update
updateAll
Operators
operator ==
operator []
operator []=
Static methods
fromMaps
fromString
fromTuples
fromTuplesArray
fromValue