toMapWithDefault method
Converts value into map object or returns default when conversion is not possible
value
the value to convert.- defaultValue the default value. Returns map object or emptu map when conversion is not supported.
See [toNullableMap]