pip_services3_commons
pip_services3_commons
MapConverter
toNullableMap method
toNullableMap
pip_services3_commons
pip_services3_commons
MapConverter
toNullableMap method
MapConverter class
Constructors
MapConverter
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
toMap
toMapWithDefault
toNullableMap
toNullableMap
method
Map
<
String
,
dynamic
>
toNullableMap
(
dynamic
value
)
Converts value into map object or returns null when conversion is not possible.
value
the value to convert. Returns map object or null when conversion is not supported.