toMapWithDefault method
- dynamic value,
- Map<
String, dynamic> defaultValue
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]