toNullableMap method

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.