core/com.tealium.prism.core.api.data/DataObject/get get open override fun get(key: String): DataItem?Gets the DataItem stored at the given key if it exists regardless of it's underlying type.ReturnThe DataItem stored at the given key; else nullParameterskeyThe key to use to lookup the item.