abstract fun attributeValue(map: Map<*, *>, attribute: String): Any?
Read value of the specified attribute.
map - map to look for;
map
attribute - attribute to find value.
attribute
Return Requested attribute value.