getAsObject method

dynamic getAsObject ([String key ])

Gets the value stored in map element without any conversions. When element key is not defined it returns the entire map value.

  • key (optional) a key of the element to get Returns the element value or value of the map when index is not defined.