pip_services3_commons
pip_services3_commons
AnyValueMap
AnyValueMap.fromJson factory constructor
AnyValueMap.fromJson
pip_services3_commons
pip_services3_commons
AnyValueMap
AnyValueMap.fromJson factory constructor
AnyValueMap class
Constructors
AnyValueMap
fromJson
Properties
keys
values
entries
hashCode
isEmpty
isNotEmpty
length
runtimeType
Methods
append
clear
clone
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
getAsNullabvarype
getAsObject
getAsString
getAsStringWithDefault
getAsType
getAsTypeWithDefault
getAsValue
getKeys
getValue
innerValue
put
remove
setAsObject
toJson
toString
addAll
addEntries
cast
containsKey
containsValue
forEach
map
noSuchMethod
putIfAbsent
removeWhere
update
updateAll
Operators
operator []
operator []=
operator ==
Static methods
fromMaps
fromTuples
fromTuplesArray
fromValue
AnyValueMap.fromJson
constructor
AnyValueMap.fromJson
(
Map
<
String
,
dynamic
>
json
)
Creates a new instance of the map from JSON.
json
values to initialize this map.