getAsNullableMap method

AnyValueMap getAsNullableMap (
  1. String key
)
inherited

Converts map element into an AnyValueMap or returns null if conversion is not possible.

  • key a key of element to get. Returns AnyValueMap value of the element or null if conversion is not supported.

See fromValue